Mask-group

Introduction of C Programming Language

Introduction of C Programming Language



  • C is a programming language developed at AT & T’s Bell Laboratories located in the USA in 1972.It was designed and written by Dennis Ritchie.It has become one of the most widely used programming languages because it is reliable,simple and easy to use. 

Features of C Language:

  • Simple (structured approach to break the problems into various parts).

  • Can be executed on different machines.

  • Fast Speed.

  • Extensible.

  • Memory Management

  • Rich Library.

  • Mid-level and Structured Programming Language.

Basics of C Language:

  • In the English language,first we learn alphabets then learn to combine alphabets to form words which are then combined to form sentences and then paragraphs. Same is with the C language.

In C language:

  • Alphabets,Digits,Symbols are combined to form Constants,Variables,Keywords which are then combined to form instructions and then a complete program.