C Training
Introduction to C.,
Why c is important?,
Application of c?,
Internal Working of C program,
How to write a c program?,
Comments,
Tokens,
Identifiers,
Keywords,
Separators,
Data Types,
Variables,
Constant ,
Operators,
Types of operators,
Control Structures,
If Statements,
If Else Statements,
Nested If Statements,
Switch Statements,
Goto,
For Loop,
While Loop,
Do-While Loop,
Continue Statement,
Break Statements,
Infinite Loop,
Functions,
Introduction to function,
Types of function,
Call by value and Reference,
Storage Classes,
Types of Storage Classes,
Pointers,
Use of pointers,
Arrays,
Introduction to Array and its types,
One dimensional Array,
Two dimensional Array,
Multidimention Array,
Strings,
Introduction to strings and its types,
Programs and examples,
Structure and unions,
Accessing structures members,
Structure with Arrays,
Pointer to a structure with examples,
File Handling,
Typedef,
Input and output functions,
File handling and its types with examples,
Project Training,
C ++ Training
Introduction to C.
Drawback of C,
Why C++ Came into its Existance ?,
Introduction to c++,
Difference between c and C++,
Simple programs implementation, .
Pointer to structures and their implementation,
Classes and Objects,
Introduction to classes and object,
Class Access modifiers and its implementation,
Constructor and destructor with examples,
Copy constructor,
Inline function,
Reference Variable,
Static Member,
This Pointer,
Friend function,
Inheritance,
Inheritance and its types,
Multiples inheritance,
Overloading,
Function Overloading,
Constructor Overloading,
Operator Overloading,
Unary operator Overloading with Examples,
Binary operator Overloading with Examples,
Polymorphism,
Types of Polymorphism,
Data Abstraction,
Data Encapsulation,
Dynamic memory,
Projects.