Course Duration in Hours
90
90
C Programming
Introduction to Programming with C
History , Programming structure , compilation and IDE use to develop c application
Basic of C
Datatypes , variables , scope of variable , Constatnt , Special Character , Oprators Conditional and Looping statement.
Creating and using Functions , Storage Classes , String , Array , Structure , Enum , TypeDef
Pointers
Decalre and initilize pointer , Access address and data of variable via pointer , pointer and string , pointer and array , pointer and function , pointer and structure ,Maloc and Caloc funtions
Advance C
shift oprators , File handling , Graphics with c
CPP / C++
Introduction to Programming with C++
diffrence between c and c++ , why c++?
OOPS (object orient programming)
classes ,
constructor ,
distructor ,
Inheritance ,
polimorph ,
abstraction ,
encapsulation ,
overloading ,
oprator overloading ,
overriding .
D.S.( Data Structure )
Stack and Queue
searching and sorting technique
Linked List
Hashing
Treen
Graphs