History of C language C programming language was developed in 1972 by Dennis Ritchie at bell laboratories of AT&T (American Telephone & Telegraph), located in the U.S.A. Dennis Ritchie is known as the founder of the C language . It was developed to overcome the problems of previous languages such as B, BCPL, etc. Features of C Language C is the widely used language. It provides many features that are given below. Simple Machine Independent or Portable Mid-level programming language structured programming language Rich Library Memory Management Fast Speed Pointers Recursion Extensible 1) Simple C is a simple language in the sense that it provides a structured approach (to break the problem into parts), the rich set of library functions , data types , etc. 2) Machine Independent or Portable ...