Introduction to C Language

The C Language is one of the most powerful language. In the beginning due to the different architectures available, the programmer had to learn different languages to create different types of applications. To overcome this problem in 1972, Dennis Ritche at theAT & T Bell Laboratories, USA developed C Language.

It is a combination of BCPL and B Language. The problem with Low Level Languages is that they are very difficult for the humans to understand and developed. On the other hand, High Level Languages are easy for the humans to understand but slow in speed.

The C Language is high speed and easy to understand, so it is also term as Middle Level Language.