C is a general-purpose programming language with features economy of expression,
modern flow control and data structures, and a rich set of operators. C is not a
very high level language, nor a big one, and is not specialized to any
particular area of application. But its absence of restrictions and its
generality make it more convenient and effective for many tasks than supposedly
more powerful languages.
- Introduction to C
- Getting started with
C
-
Control Flow
-
Arrays
- Functions
-
Structures
- Pointers
- Managing console I/O Operations
- File Management in C
Prerequisite:- Basic Knowledge of Computer.