C Menu

C Programming Tutorial


‘C’ is a high –level programming language developed in 1972 by Dennis Ritchie at AT&T(American Telephone & Telegraph) Bell Laboratories.

C is a basic and simple language to use though many programming languages has evolved.

The development of C was to become the basis for Unix. By the middle of the 1970s, the C-based Unix was used in many projects within the Bell System as well as a small group of research-oriented industrial and academics.

The C Programming Language, which would serve as the language reference until a formal standard was adopted. Five years later, the American National Standard Institute (ANSI) formed the committee, to establish the formal standard of C.



In this C Programming tutorial, we are going to learn about all the topics of 'C' such as Introduction, Comments, Variable Declaration, Data types, Operators, Control Structures, Arrays, Functions, Strings, Structures, unions and File Handling.


 Tutorial Index :



Next Topic :Introduction