SlideShare a Scribd company logo
1 of 27
11
Mr.R.D.SIVAKUMAR, M.Sc.,M.Phil.,M.Tech.,Mr.R.D.SIVAKUMAR, M.Sc.,M.Phil.,M.Tech.,
ASSISTANT PROFESSORASSISTANT PROFESSOR
DEPARTMENT OF COMPUTER SCIENCEDEPARTMENT OF COMPUTER SCIENCE
AYYA NADAR JANAKI AMMAL COLLEGEAYYA NADAR JANAKI AMMAL COLLEGE
(Affiliated to Madurai Kamaraj University, Madurai, Re-accredited (3rd
Cycle) with ‘A’ Grade
(CGPA 3.67 out of 4) by NAAC, Recognized by DBT as Star College and College of Excellence by UGC)
SIVAKASI – 626 124. (UGC Announced : Rurally and Economically Backward Area)SIVAKASI – 626 124. (UGC Announced : Rurally and Economically Backward Area)
Virudhunagar District, Tamil Nadu.Virudhunagar District, Tamil Nadu.
(Website: www.rdsivakumar.webege.com
www.rdsivakumar.blogspot.in)
Mobile Apps : Google Play Store – RDS Academic
E-mail : sivamsccsit@gmail.com Mobile : 99440-42243
STRUCTURE OF C++ PROGRAM
33
Mr.R.D.SIVAKUMAR, M.Sc.,M.Phil.,M.Tech.,Mr.R.D.SIVAKUMAR, M.Sc.,M.Phil.,M.Tech.,
ASSISTANT PROFESSORASSISTANT PROFESSOR
DEPARTMENT OF COMPUTER SCIENCEDEPARTMENT OF COMPUTER SCIENCE
AYYA NADAR JANAKI AMMAL COLLEGEAYYA NADAR JANAKI AMMAL COLLEGE
(Affiliated to Madurai Kamaraj University, Madurai, Re-accredited (3rd
Cycle) with ‘A’ Grade
(CGPA 3.67 out of 4) by NAAC, Recognized by DBT as Star College and College of Excellence by UGC)
SIVAKASI – 626 124. (UGC Announced : Rurally and Economically Backward Area)SIVAKASI – 626 124. (UGC Announced : Rurally and Economically Backward Area)
Virudhunagar District, Tamil Nadu.Virudhunagar District, Tamil Nadu.
(Website: www.rdsivakumar.webege.com
www.rdsivakumar.blogspot.in)
Mobile Apps : Google Play Store – RDS Academic
E-mail : sivamsccsit@gmail.com Mobile : 99440-42243
STRUCTURE OF C++ PROGRAM
SOFTWARE
A software is a collection of programs.
Types of software : Application Software (VB) and System Software
(C and C++)
A program is a set of instructions
Instruction means command.
C
C Program was developed by Dennics Rictic in the year
1980.
C is a structured oriented programming (or) Procedure
Oriented Programming (POP).
C TERMS
Data – A Collection of information.
Function – To stored the group of statements. It returns
only one value.
C++
C++ was developed by Bjarne Stroustrup in the year
1983.
C++ is a Object Oriented Programming (OOP).
OOP is an approach, that create a partition memory area
for both data and function
C++ TERMS
Data - A collection of information
Function - It returns only one value. To stored
the group of statements.
Class - A combination of data and functions.
Object - It is instance of class.
HEADER FILE
# include <iostream.h> - To stored the input and output
statements.
# - Preprocessor
Include - Keyword
Io - Input and Output.
Stream - Sequence of bytes.
.h - Header file.
# include <conio.h> - To stored the clrscr( ) and getch( ) statements.
# include<math.h> - To stored the mathematical functions (Sin or Cos
etc.,)
CLASS DECLARATION
Class classname
{
private:
Data Declaration;
public:
member function declaration or definition;
};
MEMBER FUNCTIONS
Member Function Declaration
returntype functionname (datatype variablename);
Returntype – void or int.
Function name – User Defined Name.
Datatype - int
Variable name - User Defined Name.
Member Function Declaration
returntype functionname (datatype variablename) {-------; }
main()
main ( ) // It returns integer value.
{
classname object;
object.functionname ( );
}
 main( ) – It is used to access the public.
 public( ) - It is used to access the main ( ) and private.
 private( ) - It is used to access the public( ).
EXAMPLE
# include <iostream.h> c=a+b;
class display cout<<c;
{ }
private: };
int a,b,c; main( )
public: {
void dis( ) display d;
{ d.dis( );
cin>>a>>b; }
PRACTICAL TRAINING
1616
1717
E-Assignment Module
 C++ - http://www.rdselearningcpp.site11.com/ + E-assignment
1818
E-CONTENT DEVELOPMENT
 C++ - http://www.rdselearningcpp.site11.com/
1919
 Slideshare : http://www.slideshare.net/sivamsccsit/
2020
WHATSAPP – +91 99440 42243
2121
M-LEARNING – FREE OF COST FROM GOOGLE PLAYSTORE
 RDS CPP - https://play.google.com/store/apps/details?id=com.wRDSCPP
2222
ANDROID – QR CODE CREATED
 QR codes or “quick response codes” are part of a whole new way of
connecting with learners via their smart phones. A machine-readable
code consisting of an array of black and white squares, typically used
for storing e-learning websites URLs for reading by the camera on a
smart phone. In above all the e-learning websites are converted in to
the QR Code (QR Code Link –
http://www.rdselearningcpp.site11.com/)
2323
 SKYPE – SIVAKUMAR.DHANASEKARAN
2424
2525
2626
Mr.R.D.SIVAKUMAR,M.Sc.,M.Phil.,M.Tech.,Mr.R.D.SIVAKUMAR,M.Sc.,M.Phil.,M.Tech.,
ASSISTANT PROFESSOR OF COMPUTER SCIENCE &ASSISTANT PROFESSOR OF COMPUTER SCIENCE &
ASSISTANT PROFESSOR AND HEAD, DEPARTMENT OF M.Com. (CA),ASSISTANT PROFESSOR AND HEAD, DEPARTMENT OF M.Com. (CA),
AYYA NADAR JANAKI AMMAL COLLEGEAYYA NADAR JANAKI AMMAL COLLEGE
(Affiliated to Madurai Kamaraj University, Madurai, Re-accredited (3rd
Cycle) with
‘A’ Grade (CGPA 3.67 out of 4) by NAAC, Recognized by DBT as Star College and
College of Excellence by UGC)
SIVAKASI – 626 124.SIVAKASI – 626 124.
(Website: www.rdsivakumar.webege.com
www.rdsivakumar.blogspot.in)
Mobile Apps : Google Play Store – RDS Academic
E-mail : sivamsccsit@gmail.com Mobile : 99440-42243
ACADEMIC RELEVANT SOCIAL LINKS
 Facebook : https://www.facebook.com/sivamsccsit/photos
 Blog : http://www.rdsivakumar.blogspot.in/
 Twitter : https://twitter.com/sivakum82452050
 Youtube :
https://www.youtube.com/channel/UC8jEpT5KrcTACjLQoD8yUZw
 Teacher Tube :Teacher Tube : http://www.teachertube.com/search/google-search?
query=r.d.sivakumar&safe=high&search-
type=all&head_curriculum=0&head_content_area=0&head_subject=0&hea
d_category=0&head_skill=0#gsc.tab=0&gsc.q=r.d.sivakumar&gsc.page=1
2727

More Related Content

What's hot

friend function(c++)
friend function(c++)friend function(c++)
friend function(c++)Ritika Sharma
 
Constructor and Destructor
Constructor and DestructorConstructor and Destructor
Constructor and DestructorKamal Acharya
 
Input and output in C++
Input and output in C++Input and output in C++
Input and output in C++Nilesh Dalvi
 
Constructor and Types of Constructors
Constructor and Types of ConstructorsConstructor and Types of Constructors
Constructor and Types of ConstructorsDhrumil Panchal
 
Inheritance in java
Inheritance in javaInheritance in java
Inheritance in javaRahulAnanda1
 
Basic Concepts of OOPs (Object Oriented Programming in Java)
Basic Concepts of OOPs (Object Oriented Programming in Java)Basic Concepts of OOPs (Object Oriented Programming in Java)
Basic Concepts of OOPs (Object Oriented Programming in Java)Michelle Anne Meralpis
 
Inheritance in c++
Inheritance in c++Inheritance in c++
Inheritance in c++Vineeta Garg
 
C Programming: Control Structure
C Programming: Control StructureC Programming: Control Structure
C Programming: Control StructureSokngim Sa
 
Basics of c++ Programming Language
Basics of c++ Programming LanguageBasics of c++ Programming Language
Basics of c++ Programming LanguageAhmad Idrees
 
Static Data Members and Member Functions
Static Data Members and Member FunctionsStatic Data Members and Member Functions
Static Data Members and Member FunctionsMOHIT AGARWAL
 
Polymorphism in C++
Polymorphism in C++Polymorphism in C++
Polymorphism in C++Rabin BK
 
Object Oriented Programming
Object Oriented ProgrammingObject Oriented Programming
Object Oriented ProgrammingIqra khalil
 

What's hot (20)

friend function(c++)
friend function(c++)friend function(c++)
friend function(c++)
 
Constructor and Destructor
Constructor and DestructorConstructor and Destructor
Constructor and Destructor
 
Tokens in C++
Tokens in C++Tokens in C++
Tokens in C++
 
OOPS Basics With Example
OOPS Basics With ExampleOOPS Basics With Example
OOPS Basics With Example
 
Input and output in C++
Input and output in C++Input and output in C++
Input and output in C++
 
Constructor and Types of Constructors
Constructor and Types of ConstructorsConstructor and Types of Constructors
Constructor and Types of Constructors
 
07. Virtual Functions
07. Virtual Functions07. Virtual Functions
07. Virtual Functions
 
Inheritance in java
Inheritance in javaInheritance in java
Inheritance in java
 
Basic Concepts of OOPs (Object Oriented Programming in Java)
Basic Concepts of OOPs (Object Oriented Programming in Java)Basic Concepts of OOPs (Object Oriented Programming in Java)
Basic Concepts of OOPs (Object Oriented Programming in Java)
 
Python Functions
Python   FunctionsPython   Functions
Python Functions
 
Inheritance in c++
Inheritance in c++Inheritance in c++
Inheritance in c++
 
Managing I/O in c++
Managing I/O in c++Managing I/O in c++
Managing I/O in c++
 
C Programming: Control Structure
C Programming: Control StructureC Programming: Control Structure
C Programming: Control Structure
 
Introduction Of C++
Introduction Of C++Introduction Of C++
Introduction Of C++
 
Control statements
Control statementsControl statements
Control statements
 
Basics of c++ Programming Language
Basics of c++ Programming LanguageBasics of c++ Programming Language
Basics of c++ Programming Language
 
C functions
C functionsC functions
C functions
 
Static Data Members and Member Functions
Static Data Members and Member FunctionsStatic Data Members and Member Functions
Static Data Members and Member Functions
 
Polymorphism in C++
Polymorphism in C++Polymorphism in C++
Polymorphism in C++
 
Object Oriented Programming
Object Oriented ProgrammingObject Oriented Programming
Object Oriented Programming
 

Viewers also liked

c++ programming Unit 2 basic structure of a c++ program
c++ programming Unit 2 basic structure of a c++ programc++ programming Unit 2 basic structure of a c++ program
c++ programming Unit 2 basic structure of a c++ programAAKASH KUMAR
 
Control structure C++
Control structure C++Control structure C++
Control structure C++Anil Kumar
 
Concept Of C++ Data Types
Concept Of C++ Data TypesConcept Of C++ Data Types
Concept Of C++ Data Typesk v
 
Basic structure of C++ program
Basic structure of C++ programBasic structure of C++ program
Basic structure of C++ programmatiur rahman
 
Variables, Data Types, Operator & Expression in c in detail
Variables, Data Types, Operator & Expression in c in detailVariables, Data Types, Operator & Expression in c in detail
Variables, Data Types, Operator & Expression in c in detailgourav kottawar
 
Classes and objects1
Classes and objects1Classes and objects1
Classes and objects1Vineeta Garg
 
Advanced data structures using c++ 3
Advanced data structures using c++ 3Advanced data structures using c++ 3
Advanced data structures using c++ 3Shaili Choudhary
 
Structured query language functions
Structured query language functionsStructured query language functions
Structured query language functionsVineeta Garg
 
Constructors and destructors
Constructors and destructorsConstructors and destructors
Constructors and destructorsVineeta Garg
 
Structured query language constraints
Structured query language constraintsStructured query language constraints
Structured query language constraintsVineeta Garg
 
CBSE Class XI Programming in C++
CBSE Class XI Programming in C++CBSE Class XI Programming in C++
CBSE Class XI Programming in C++Pranav Ghildiyal
 
pointer, structure ,union and intro to file handling
pointer, structure ,union and intro to file handlingpointer, structure ,union and intro to file handling
pointer, structure ,union and intro to file handlingRai University
 
Multidimensional arrays in C++
Multidimensional arrays in C++Multidimensional arrays in C++
Multidimensional arrays in C++Ilio Catallo
 
13. Indexing MTrees - Data Structures using C++ by Varsha Patil
13. Indexing MTrees - Data Structures using C++ by Varsha Patil13. Indexing MTrees - Data Structures using C++ by Varsha Patil
13. Indexing MTrees - Data Structures using C++ by Varsha Patilwidespreadpromotion
 
Discrete Mathematics S. Lipschutz, M. Lipson And V. H. Patil
Discrete Mathematics S. Lipschutz, M. Lipson And V. H. PatilDiscrete Mathematics S. Lipschutz, M. Lipson And V. H. Patil
Discrete Mathematics S. Lipschutz, M. Lipson And V. H. Patilwidespreadpromotion
 

Viewers also liked (20)

c++ programming Unit 2 basic structure of a c++ program
c++ programming Unit 2 basic structure of a c++ programc++ programming Unit 2 basic structure of a c++ program
c++ programming Unit 2 basic structure of a c++ program
 
Pointer in c++ part1
Pointer in c++ part1Pointer in c++ part1
Pointer in c++ part1
 
Control structure C++
Control structure C++Control structure C++
Control structure C++
 
Pointers in c++
Pointers in c++Pointers in c++
Pointers in c++
 
Concept Of C++ Data Types
Concept Of C++ Data TypesConcept Of C++ Data Types
Concept Of C++ Data Types
 
Basic structure of C++ program
Basic structure of C++ programBasic structure of C++ program
Basic structure of C++ program
 
098ca session7 c++
098ca session7 c++098ca session7 c++
098ca session7 c++
 
Variables, Data Types, Operator & Expression in c in detail
Variables, Data Types, Operator & Expression in c in detailVariables, Data Types, Operator & Expression in c in detail
Variables, Data Types, Operator & Expression in c in detail
 
Classes and objects1
Classes and objects1Classes and objects1
Classes and objects1
 
Advanced data structures using c++ 3
Advanced data structures using c++ 3Advanced data structures using c++ 3
Advanced data structures using c++ 3
 
Structured query language functions
Structured query language functionsStructured query language functions
Structured query language functions
 
Constructors and destructors
Constructors and destructorsConstructors and destructors
Constructors and destructors
 
Structured query language constraints
Structured query language constraintsStructured query language constraints
Structured query language constraints
 
Intro To C++ - Class 14 - Midterm Review
Intro To C++ - Class 14 - Midterm ReviewIntro To C++ - Class 14 - Midterm Review
Intro To C++ - Class 14 - Midterm Review
 
CBSE Class XI Programming in C++
CBSE Class XI Programming in C++CBSE Class XI Programming in C++
CBSE Class XI Programming in C++
 
pointer, structure ,union and intro to file handling
pointer, structure ,union and intro to file handlingpointer, structure ,union and intro to file handling
pointer, structure ,union and intro to file handling
 
Multidimensional arrays in C++
Multidimensional arrays in C++Multidimensional arrays in C++
Multidimensional arrays in C++
 
13. Indexing MTrees - Data Structures using C++ by Varsha Patil
13. Indexing MTrees - Data Structures using C++ by Varsha Patil13. Indexing MTrees - Data Structures using C++ by Varsha Patil
13. Indexing MTrees - Data Structures using C++ by Varsha Patil
 
Pp
PpPp
Pp
 
Discrete Mathematics S. Lipschutz, M. Lipson And V. H. Patil
Discrete Mathematics S. Lipschutz, M. Lipson And V. H. PatilDiscrete Mathematics S. Lipschutz, M. Lipson And V. H. Patil
Discrete Mathematics S. Lipschutz, M. Lipson And V. H. Patil
 

Similar to Structure of C++ - R.D.Sivakumar

Structure of C++ - R.D.Sivakumar
Structure of C++ - R.D.SivakumarStructure of C++ - R.D.Sivakumar
Structure of C++ - R.D.SivakumarSivakumar R D .
 
Presentation on Best E-content Award - R.D.Sivakumar
Presentation on Best E-content Award - R.D.SivakumarPresentation on Best E-content Award - R.D.Sivakumar
Presentation on Best E-content Award - R.D.SivakumarSivakumar R D .
 
Open Source Framework for Website Development - R.D.Sivakumar
Open Source Framework for Website Development - R.D.SivakumarOpen Source Framework for Website Development - R.D.Sivakumar
Open Source Framework for Website Development - R.D.SivakumarSivakumar R D .
 
Sparklyr: Big Data enabler for R users
Sparklyr: Big Data enabler for R usersSparklyr: Big Data enabler for R users
Sparklyr: Big Data enabler for R usersICTeam S.p.A.
 
Sparklyr: Big Data enabler for R users - Serena Signorelli, ICTEAM
Sparklyr: Big Data enabler for R users - Serena Signorelli, ICTEAMSparklyr: Big Data enabler for R users - Serena Signorelli, ICTEAM
Sparklyr: Big Data enabler for R users - Serena Signorelli, ICTEAMData Science Milan
 
CS6311- PROGRAMMING & DATA STRUCTURE II LABORATORY
CS6311- PROGRAMMING & DATA STRUCTURE II LABORATORYCS6311- PROGRAMMING & DATA STRUCTURE II LABORATORY
CS6311- PROGRAMMING & DATA STRUCTURE II LABORATORYRadha Maruthiyan
 
Presentation on Best Faculty Award 2016 - R.D.Sivakumar
Presentation on Best Faculty Award 2016 - R.D.SivakumarPresentation on Best Faculty Award 2016 - R.D.Sivakumar
Presentation on Best Faculty Award 2016 - R.D.SivakumarSivakumar R D .
 
IBM InterConnect 2016 - 3505 - Cloud-Based Analytics of The Weather Company i...
IBM InterConnect 2016 - 3505 - Cloud-Based Analytics of The Weather Company i...IBM InterConnect 2016 - 3505 - Cloud-Based Analytics of The Weather Company i...
IBM InterConnect 2016 - 3505 - Cloud-Based Analytics of The Weather Company i...Torsten Steinbach
 
Mobility insights at Swisscom - Understanding collective mobility in Switzerland
Mobility insights at Swisscom - Understanding collective mobility in SwitzerlandMobility insights at Swisscom - Understanding collective mobility in Switzerland
Mobility insights at Swisscom - Understanding collective mobility in SwitzerlandFrançois Garillot
 
Spark Summit EU talk by Francois Garillot and Mohamed Kafsi
Spark Summit EU talk by Francois Garillot and Mohamed KafsiSpark Summit EU talk by Francois Garillot and Mohamed Kafsi
Spark Summit EU talk by Francois Garillot and Mohamed KafsiSpark Summit
 
E-Commerce Website Development - R.D.Sivakumar
E-Commerce Website Development - R.D.SivakumarE-Commerce Website Development - R.D.Sivakumar
E-Commerce Website Development - R.D.SivakumarSivakumar R D .
 
E-Content Development - R.D.Sivakumar
E-Content Development - R.D.SivakumarE-Content Development - R.D.Sivakumar
E-Content Development - R.D.SivakumarSivakumar R D .
 
Using SQL-MapReduce for Advanced Analytics
Using SQL-MapReduce for Advanced AnalyticsUsing SQL-MapReduce for Advanced Analytics
Using SQL-MapReduce for Advanced AnalyticsTeradata Aster
 
R language tutorial
R language tutorialR language tutorial
R language tutorialDavid Chiu
 
Web Commerce Technology - R.D.Sivakumar
Web Commerce Technology - R.D.SivakumarWeb Commerce Technology - R.D.Sivakumar
Web Commerce Technology - R.D.SivakumarSivakumar R D .
 
Galvanise NYC - Scaling R with Hadoop & Spark. V1.0
Galvanise NYC - Scaling R with Hadoop & Spark. V1.0Galvanise NYC - Scaling R with Hadoop & Spark. V1.0
Galvanise NYC - Scaling R with Hadoop & Spark. V1.0vithakur
 
Speeding up Programs with OpenACC in GCC
Speeding up Programs with OpenACC in GCCSpeeding up Programs with OpenACC in GCC
Speeding up Programs with OpenACC in GCCinside-BigData.com
 

Similar to Structure of C++ - R.D.Sivakumar (20)

Structure of C++ - R.D.Sivakumar
Structure of C++ - R.D.SivakumarStructure of C++ - R.D.Sivakumar
Structure of C++ - R.D.Sivakumar
 
HTML - R.D.Sivakumar
HTML - R.D.SivakumarHTML - R.D.Sivakumar
HTML - R.D.Sivakumar
 
Presentation on Best E-content Award - R.D.Sivakumar
Presentation on Best E-content Award - R.D.SivakumarPresentation on Best E-content Award - R.D.Sivakumar
Presentation on Best E-content Award - R.D.Sivakumar
 
Open Source Framework for Website Development - R.D.Sivakumar
Open Source Framework for Website Development - R.D.SivakumarOpen Source Framework for Website Development - R.D.Sivakumar
Open Source Framework for Website Development - R.D.Sivakumar
 
Sparklyr: Big Data enabler for R users
Sparklyr: Big Data enabler for R usersSparklyr: Big Data enabler for R users
Sparklyr: Big Data enabler for R users
 
Sparklyr: Big Data enabler for R users - Serena Signorelli, ICTEAM
Sparklyr: Big Data enabler for R users - Serena Signorelli, ICTEAMSparklyr: Big Data enabler for R users - Serena Signorelli, ICTEAM
Sparklyr: Big Data enabler for R users - Serena Signorelli, ICTEAM
 
CS6311- PROGRAMMING & DATA STRUCTURE II LABORATORY
CS6311- PROGRAMMING & DATA STRUCTURE II LABORATORYCS6311- PROGRAMMING & DATA STRUCTURE II LABORATORY
CS6311- PROGRAMMING & DATA STRUCTURE II LABORATORY
 
Presentation on Best Faculty Award 2016 - R.D.Sivakumar
Presentation on Best Faculty Award 2016 - R.D.SivakumarPresentation on Best Faculty Award 2016 - R.D.Sivakumar
Presentation on Best Faculty Award 2016 - R.D.Sivakumar
 
IBM InterConnect 2016 - 3505 - Cloud-Based Analytics of The Weather Company i...
IBM InterConnect 2016 - 3505 - Cloud-Based Analytics of The Weather Company i...IBM InterConnect 2016 - 3505 - Cloud-Based Analytics of The Weather Company i...
IBM InterConnect 2016 - 3505 - Cloud-Based Analytics of The Weather Company i...
 
Mobility insights at Swisscom - Understanding collective mobility in Switzerland
Mobility insights at Swisscom - Understanding collective mobility in SwitzerlandMobility insights at Swisscom - Understanding collective mobility in Switzerland
Mobility insights at Swisscom - Understanding collective mobility in Switzerland
 
Spark Summit EU talk by Francois Garillot and Mohamed Kafsi
Spark Summit EU talk by Francois Garillot and Mohamed KafsiSpark Summit EU talk by Francois Garillot and Mohamed Kafsi
Spark Summit EU talk by Francois Garillot and Mohamed Kafsi
 
E-Commerce Website Development - R.D.Sivakumar
E-Commerce Website Development - R.D.SivakumarE-Commerce Website Development - R.D.Sivakumar
E-Commerce Website Development - R.D.Sivakumar
 
E-Content Development - R.D.Sivakumar
E-Content Development - R.D.SivakumarE-Content Development - R.D.Sivakumar
E-Content Development - R.D.Sivakumar
 
Using SQL-MapReduce for Advanced Analytics
Using SQL-MapReduce for Advanced AnalyticsUsing SQL-MapReduce for Advanced Analytics
Using SQL-MapReduce for Advanced Analytics
 
R language tutorial
R language tutorialR language tutorial
R language tutorial
 
Resume for linkedin
Resume for linkedinResume for linkedin
Resume for linkedin
 
Web Commerce Technology - R.D.Sivakumar
Web Commerce Technology - R.D.SivakumarWeb Commerce Technology - R.D.Sivakumar
Web Commerce Technology - R.D.Sivakumar
 
Vishnu
VishnuVishnu
Vishnu
 
Galvanise NYC - Scaling R with Hadoop & Spark. V1.0
Galvanise NYC - Scaling R with Hadoop & Spark. V1.0Galvanise NYC - Scaling R with Hadoop & Spark. V1.0
Galvanise NYC - Scaling R with Hadoop & Spark. V1.0
 
Speeding up Programs with OpenACC in GCC
Speeding up Programs with OpenACC in GCCSpeeding up Programs with OpenACC in GCC
Speeding up Programs with OpenACC in GCC
 

More from Sivakumar R D .

Internet Connections and Its Protocols - R D Sivakumar
Internet Connections and Its Protocols - R D SivakumarInternet Connections and Its Protocols - R D Sivakumar
Internet Connections and Its Protocols - R D SivakumarSivakumar R D .
 
Internet - R D Sivakumar.
Internet - R D Sivakumar.Internet - R D Sivakumar.
Internet - R D Sivakumar.Sivakumar R D .
 
Data Communication - R D Sivakumar
Data Communication - R D SivakumarData Communication - R D Sivakumar
Data Communication - R D SivakumarSivakumar R D .
 
NETWORK SERVICES - R D Sivakumar
NETWORK SERVICES - R D SivakumarNETWORK SERVICES - R D Sivakumar
NETWORK SERVICES - R D SivakumarSivakumar R D .
 
Computer Communications - R D Sivakumar
Computer Communications - R D SivakumarComputer Communications - R D Sivakumar
Computer Communications - R D SivakumarSivakumar R D .
 
Online Data Protection - R D Sivakumar
Online Data Protection - R D SivakumarOnline Data Protection - R D Sivakumar
Online Data Protection - R D SivakumarSivakumar R D .
 
Software Engineering - R.D.Sivakumar
Software Engineering - R.D.SivakumarSoftware Engineering - R.D.Sivakumar
Software Engineering - R.D.SivakumarSivakumar R D .
 
Different Kinds of Internet Protocols - R.D.Sivakumar
Different Kinds of Internet Protocols - R.D.SivakumarDifferent Kinds of Internet Protocols - R.D.Sivakumar
Different Kinds of Internet Protocols - R.D.SivakumarSivakumar R D .
 
Internet - R.D.Sivakumar
Internet - R.D.SivakumarInternet - R.D.Sivakumar
Internet - R.D.SivakumarSivakumar R D .
 
Electronic Publishing Tools for E-Learning - R.D.Sivakumar
Electronic Publishing Tools for E-Learning - R.D.SivakumarElectronic Publishing Tools for E-Learning - R.D.Sivakumar
Electronic Publishing Tools for E-Learning - R.D.SivakumarSivakumar R D .
 
E-learning Packages - R.D.Sivakumar
E-learning Packages - R.D.SivakumarE-learning Packages - R.D.Sivakumar
E-learning Packages - R.D.SivakumarSivakumar R D .
 
Digital Communication - R.D.Sivakumar
Digital Communication - R.D.SivakumarDigital Communication - R.D.Sivakumar
Digital Communication - R.D.SivakumarSivakumar R D .
 
Digigogy in Teaching - R.D.Sivakumar
Digigogy in Teaching - R.D.SivakumarDigigogy in Teaching - R.D.Sivakumar
Digigogy in Teaching - R.D.SivakumarSivakumar R D .
 
Cyber Commerce Technology - R.D.Sivakumar
Cyber Commerce Technology - R.D.SivakumarCyber Commerce Technology - R.D.Sivakumar
Cyber Commerce Technology - R.D.SivakumarSivakumar R D .
 
Video Lesson Creation - R.D.Sivakumar
Video Lesson Creation - R.D.SivakumarVideo Lesson Creation - R.D.Sivakumar
Video Lesson Creation - R.D.SivakumarSivakumar R D .
 
Cognitive and Personal Dimensions of Cyber Learning - R.D.Sivakumar
Cognitive and Personal Dimensions of Cyber Learning - R.D.SivakumarCognitive and Personal Dimensions of Cyber Learning - R.D.Sivakumar
Cognitive and Personal Dimensions of Cyber Learning - R.D.SivakumarSivakumar R D .
 
Innovative Presentation - R.D.Sivakumar
Innovative Presentation - R.D.SivakumarInnovative Presentation - R.D.Sivakumar
Innovative Presentation - R.D.SivakumarSivakumar R D .
 
Open Source in E-Learning - R.D.Sivakumar
Open Source in E-Learning - R.D.SivakumarOpen Source in E-Learning - R.D.Sivakumar
Open Source in E-Learning - R.D.SivakumarSivakumar R D .
 
Tuxpaint - R.D.Sivakumar
Tuxpaint - R.D.SivakumarTuxpaint - R.D.Sivakumar
Tuxpaint - R.D.SivakumarSivakumar R D .
 
Academic Blog Design - R.D.Sivakumar
Academic Blog Design - R.D.SivakumarAcademic Blog Design - R.D.Sivakumar
Academic Blog Design - R.D.SivakumarSivakumar R D .
 

More from Sivakumar R D . (20)

Internet Connections and Its Protocols - R D Sivakumar
Internet Connections and Its Protocols - R D SivakumarInternet Connections and Its Protocols - R D Sivakumar
Internet Connections and Its Protocols - R D Sivakumar
 
Internet - R D Sivakumar.
Internet - R D Sivakumar.Internet - R D Sivakumar.
Internet - R D Sivakumar.
 
Data Communication - R D Sivakumar
Data Communication - R D SivakumarData Communication - R D Sivakumar
Data Communication - R D Sivakumar
 
NETWORK SERVICES - R D Sivakumar
NETWORK SERVICES - R D SivakumarNETWORK SERVICES - R D Sivakumar
NETWORK SERVICES - R D Sivakumar
 
Computer Communications - R D Sivakumar
Computer Communications - R D SivakumarComputer Communications - R D Sivakumar
Computer Communications - R D Sivakumar
 
Online Data Protection - R D Sivakumar
Online Data Protection - R D SivakumarOnline Data Protection - R D Sivakumar
Online Data Protection - R D Sivakumar
 
Software Engineering - R.D.Sivakumar
Software Engineering - R.D.SivakumarSoftware Engineering - R.D.Sivakumar
Software Engineering - R.D.Sivakumar
 
Different Kinds of Internet Protocols - R.D.Sivakumar
Different Kinds of Internet Protocols - R.D.SivakumarDifferent Kinds of Internet Protocols - R.D.Sivakumar
Different Kinds of Internet Protocols - R.D.Sivakumar
 
Internet - R.D.Sivakumar
Internet - R.D.SivakumarInternet - R.D.Sivakumar
Internet - R.D.Sivakumar
 
Electronic Publishing Tools for E-Learning - R.D.Sivakumar
Electronic Publishing Tools for E-Learning - R.D.SivakumarElectronic Publishing Tools for E-Learning - R.D.Sivakumar
Electronic Publishing Tools for E-Learning - R.D.Sivakumar
 
E-learning Packages - R.D.Sivakumar
E-learning Packages - R.D.SivakumarE-learning Packages - R.D.Sivakumar
E-learning Packages - R.D.Sivakumar
 
Digital Communication - R.D.Sivakumar
Digital Communication - R.D.SivakumarDigital Communication - R.D.Sivakumar
Digital Communication - R.D.Sivakumar
 
Digigogy in Teaching - R.D.Sivakumar
Digigogy in Teaching - R.D.SivakumarDigigogy in Teaching - R.D.Sivakumar
Digigogy in Teaching - R.D.Sivakumar
 
Cyber Commerce Technology - R.D.Sivakumar
Cyber Commerce Technology - R.D.SivakumarCyber Commerce Technology - R.D.Sivakumar
Cyber Commerce Technology - R.D.Sivakumar
 
Video Lesson Creation - R.D.Sivakumar
Video Lesson Creation - R.D.SivakumarVideo Lesson Creation - R.D.Sivakumar
Video Lesson Creation - R.D.Sivakumar
 
Cognitive and Personal Dimensions of Cyber Learning - R.D.Sivakumar
Cognitive and Personal Dimensions of Cyber Learning - R.D.SivakumarCognitive and Personal Dimensions of Cyber Learning - R.D.Sivakumar
Cognitive and Personal Dimensions of Cyber Learning - R.D.Sivakumar
 
Innovative Presentation - R.D.Sivakumar
Innovative Presentation - R.D.SivakumarInnovative Presentation - R.D.Sivakumar
Innovative Presentation - R.D.Sivakumar
 
Open Source in E-Learning - R.D.Sivakumar
Open Source in E-Learning - R.D.SivakumarOpen Source in E-Learning - R.D.Sivakumar
Open Source in E-Learning - R.D.Sivakumar
 
Tuxpaint - R.D.Sivakumar
Tuxpaint - R.D.SivakumarTuxpaint - R.D.Sivakumar
Tuxpaint - R.D.Sivakumar
 
Academic Blog Design - R.D.Sivakumar
Academic Blog Design - R.D.SivakumarAcademic Blog Design - R.D.Sivakumar
Academic Blog Design - R.D.Sivakumar
 

Recently uploaded

Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.arsicmarija21
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfphamnguyenenglishnb
 
Planning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxPlanning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxLigayaBacuel1
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 

Recently uploaded (20)

Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.AmericanHighSchoolsprezentacijaoskolama.
AmericanHighSchoolsprezentacijaoskolama.
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
Planning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxPlanning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptx
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 

Structure of C++ - R.D.Sivakumar

  • 1. 11 Mr.R.D.SIVAKUMAR, M.Sc.,M.Phil.,M.Tech.,Mr.R.D.SIVAKUMAR, M.Sc.,M.Phil.,M.Tech., ASSISTANT PROFESSORASSISTANT PROFESSOR DEPARTMENT OF COMPUTER SCIENCEDEPARTMENT OF COMPUTER SCIENCE AYYA NADAR JANAKI AMMAL COLLEGEAYYA NADAR JANAKI AMMAL COLLEGE (Affiliated to Madurai Kamaraj University, Madurai, Re-accredited (3rd Cycle) with ‘A’ Grade (CGPA 3.67 out of 4) by NAAC, Recognized by DBT as Star College and College of Excellence by UGC) SIVAKASI – 626 124. (UGC Announced : Rurally and Economically Backward Area)SIVAKASI – 626 124. (UGC Announced : Rurally and Economically Backward Area) Virudhunagar District, Tamil Nadu.Virudhunagar District, Tamil Nadu. (Website: www.rdsivakumar.webege.com www.rdsivakumar.blogspot.in) Mobile Apps : Google Play Store – RDS Academic E-mail : sivamsccsit@gmail.com Mobile : 99440-42243 STRUCTURE OF C++ PROGRAM
  • 2.
  • 3. 33 Mr.R.D.SIVAKUMAR, M.Sc.,M.Phil.,M.Tech.,Mr.R.D.SIVAKUMAR, M.Sc.,M.Phil.,M.Tech., ASSISTANT PROFESSORASSISTANT PROFESSOR DEPARTMENT OF COMPUTER SCIENCEDEPARTMENT OF COMPUTER SCIENCE AYYA NADAR JANAKI AMMAL COLLEGEAYYA NADAR JANAKI AMMAL COLLEGE (Affiliated to Madurai Kamaraj University, Madurai, Re-accredited (3rd Cycle) with ‘A’ Grade (CGPA 3.67 out of 4) by NAAC, Recognized by DBT as Star College and College of Excellence by UGC) SIVAKASI – 626 124. (UGC Announced : Rurally and Economically Backward Area)SIVAKASI – 626 124. (UGC Announced : Rurally and Economically Backward Area) Virudhunagar District, Tamil Nadu.Virudhunagar District, Tamil Nadu. (Website: www.rdsivakumar.webege.com www.rdsivakumar.blogspot.in) Mobile Apps : Google Play Store – RDS Academic E-mail : sivamsccsit@gmail.com Mobile : 99440-42243 STRUCTURE OF C++ PROGRAM
  • 4. SOFTWARE A software is a collection of programs. Types of software : Application Software (VB) and System Software (C and C++) A program is a set of instructions Instruction means command.
  • 5. C C Program was developed by Dennics Rictic in the year 1980. C is a structured oriented programming (or) Procedure Oriented Programming (POP).
  • 6. C TERMS Data – A Collection of information. Function – To stored the group of statements. It returns only one value.
  • 7. C++ C++ was developed by Bjarne Stroustrup in the year 1983. C++ is a Object Oriented Programming (OOP). OOP is an approach, that create a partition memory area for both data and function
  • 8. C++ TERMS Data - A collection of information Function - It returns only one value. To stored the group of statements. Class - A combination of data and functions. Object - It is instance of class.
  • 9.
  • 10. HEADER FILE # include <iostream.h> - To stored the input and output statements. # - Preprocessor Include - Keyword Io - Input and Output. Stream - Sequence of bytes. .h - Header file. # include <conio.h> - To stored the clrscr( ) and getch( ) statements. # include<math.h> - To stored the mathematical functions (Sin or Cos etc.,)
  • 11. CLASS DECLARATION Class classname { private: Data Declaration; public: member function declaration or definition; };
  • 12. MEMBER FUNCTIONS Member Function Declaration returntype functionname (datatype variablename); Returntype – void or int. Function name – User Defined Name. Datatype - int Variable name - User Defined Name. Member Function Declaration returntype functionname (datatype variablename) {-------; }
  • 13. main() main ( ) // It returns integer value. { classname object; object.functionname ( ); }  main( ) – It is used to access the public.  public( ) - It is used to access the main ( ) and private.  private( ) - It is used to access the public( ).
  • 14. EXAMPLE # include <iostream.h> c=a+b; class display cout<<c; { } private: }; int a,b,c; main( ) public: { void dis( ) display d; { d.dis( ); cin>>a>>b; }
  • 16. 1616
  • 17. 1717
  • 18. E-Assignment Module  C++ - http://www.rdselearningcpp.site11.com/ + E-assignment 1818
  • 19. E-CONTENT DEVELOPMENT  C++ - http://www.rdselearningcpp.site11.com/ 1919
  • 20.  Slideshare : http://www.slideshare.net/sivamsccsit/ 2020
  • 21. WHATSAPP – +91 99440 42243 2121
  • 22. M-LEARNING – FREE OF COST FROM GOOGLE PLAYSTORE  RDS CPP - https://play.google.com/store/apps/details?id=com.wRDSCPP 2222
  • 23. ANDROID – QR CODE CREATED  QR codes or “quick response codes” are part of a whole new way of connecting with learners via their smart phones. A machine-readable code consisting of an array of black and white squares, typically used for storing e-learning websites URLs for reading by the camera on a smart phone. In above all the e-learning websites are converted in to the QR Code (QR Code Link – http://www.rdselearningcpp.site11.com/) 2323
  • 24.  SKYPE – SIVAKUMAR.DHANASEKARAN 2424
  • 25. 2525
  • 26. 2626 Mr.R.D.SIVAKUMAR,M.Sc.,M.Phil.,M.Tech.,Mr.R.D.SIVAKUMAR,M.Sc.,M.Phil.,M.Tech., ASSISTANT PROFESSOR OF COMPUTER SCIENCE &ASSISTANT PROFESSOR OF COMPUTER SCIENCE & ASSISTANT PROFESSOR AND HEAD, DEPARTMENT OF M.Com. (CA),ASSISTANT PROFESSOR AND HEAD, DEPARTMENT OF M.Com. (CA), AYYA NADAR JANAKI AMMAL COLLEGEAYYA NADAR JANAKI AMMAL COLLEGE (Affiliated to Madurai Kamaraj University, Madurai, Re-accredited (3rd Cycle) with ‘A’ Grade (CGPA 3.67 out of 4) by NAAC, Recognized by DBT as Star College and College of Excellence by UGC) SIVAKASI – 626 124.SIVAKASI – 626 124. (Website: www.rdsivakumar.webege.com www.rdsivakumar.blogspot.in) Mobile Apps : Google Play Store – RDS Academic E-mail : sivamsccsit@gmail.com Mobile : 99440-42243
  • 27. ACADEMIC RELEVANT SOCIAL LINKS  Facebook : https://www.facebook.com/sivamsccsit/photos  Blog : http://www.rdsivakumar.blogspot.in/  Twitter : https://twitter.com/sivakum82452050  Youtube : https://www.youtube.com/channel/UC8jEpT5KrcTACjLQoD8yUZw  Teacher Tube :Teacher Tube : http://www.teachertube.com/search/google-search? query=r.d.sivakumar&safe=high&search- type=all&head_curriculum=0&head_content_area=0&head_subject=0&hea d_category=0&head_skill=0#gsc.tab=0&gsc.q=r.d.sivakumar&gsc.page=1 2727