What is C ?
C is a procedural programming language. It was initially developed by Dennis Ritchie as a system programming language to write operating system. The main features of C language include low-level access to memory, simple set of keywords, and clean style, these features make C language suitable for system programming like operating system or compiler development.
this application give you a very simple introduction to start with C By viewing the following themes:
1) C tutorial
2) Control Statements
3) Functions
4) Arrays
5) Pointers
6) Structures
7) Files