C is a general-purpose computer programming language. It was created in the 1970s by Dennis Ritchie, and remains very widely used and influential. By design, C's features cleanly reflect the capabilities of the targeted CPUs.
C is a general-purpose programming language and can efficiently work on enterprise applications, games, graphics, and applications requiring calculations, etc. C language has a rich library which provides a number of built-in functions. It also offers dynamic memory allocation.
C is a function driven language because C is a procedural programming language. C++ is an object driven language because it is an object oriented programming. Function and operator overloading is not supported in C. Function and operator overloading is supported by C++.
We will cover the following topics in this training;
Introduction to C
Data types
Type casting
Console I/O Functions- Formatted & Unformatted
Arrays-One dimensional & Multi-dimensional
Control Structure- Checking & Looping construct
Break & Continue
Functions- Declaration, Definition & Invocations
Recursive Functions
Storage class
Pointers, Array of pointers
Pointers to functions
Structures
Array of Structures
Unions
File handling