Software Programming & Development
| C & C++ Topics Covered |
| C Tpoics Covered |
| ~ Basic Structure of C, Constants, Variables, Data types & Keywords, Operators, Expression, Conditional Operators. |
| ~ Decision, Loop & Switch Control Statement. |
| ~ Arrays & String Handling, Creating Functions in C. |
| ~ Introduction to Pointers in C. |
| ~ Passing Pointers as Arguments to Function. |
| ~ Structure, Union, File Handling Dynamic Allocation of Memory. |
| ~ Introduction To Linked List Basics. |
| C++ Tpoics Covered |
| ~ Introduction to Object Oriented Programming (C++). |
| ~ Tokens, expression, data types & control structure. |
| ~ Introduction to Classes, Objects, Constructor & Deconstructor. |
| ~ Functions in C++. |
| ~ Function overloading, Operator overloading. |
| ~ Inheritance, multiple & multilevel inheritance. |
| ~ Introduction to virtual functions, classes & polymorphism. |
| ~ File operations using stream classes. |
| ~ Exception Handling. |
| ~ Introduction to Templates |