To prepare you as per the requirements of the industry, this course trains in C and C++ assuming you have no prior programming experience.
None
An Overview of C language
Data types, Variables and Constants
Operators, Expressions, and Assignment Statements
Control Statements
Arrays
Functions
Functions with Arguments
Function Declaration and Prototypes
Scope Rules of Functions
argc And argv-Arguments To main()
Recursion
Pointers
Dynamic Memory Allocation
Arrays of Pointers
Pointers to pointers
Pointers to Functions
File Handling in c
The C preprocessor
Project : Development of a System Program / TSR using C