C Programming

December 23, 2020

A brief overview of C.

C is a general-purpose programming language that is extremely popular, simple and flexible. It is machine-independent, structured programming language which is used extensively in various applications.

It was initially developed by an American computer scientist Dennis M. Ritchie at Bell Laboratories in 1972.

The main features of C language include low-level access to memory, a simple set of keywords, and clean style, these features make C language suitable for system programming like an operating system and compiler development.

C programming is an excellent language to learn programming for beginners.

by : Wali Khan

Quick Summary:

C is a general-purpose programming language that is extremely popular, simple and flexible. It is machine-independent, structured programming language which is used extensively in various applications. It was initially developed by an American computer scientist Dennis M. Ritchie at Bell Laboratories in 1972. The main features of C language include low-level access to memory, a simple set […]