Introduction of C

C is a general-purpose programming language that is widely used, simple, and flexible. It is structured and machine-independent, making it suitable for writing various applications such as operating systems like Windows or database programs such as Oracle. If you know C, you can quickly grasp the knowledge of other programming languages that use the concept of C. Having a background in computer memory mechanisms is essential because it is an important aspect when dealing with the C programming language.

History of C :

Dennis Ritchie originally developed C for the Unix operating system.

It was first implemented on the Digital Equipment Corporation PDP-11 computer in 1972.

Language Year Developed By
Algol 1960 International Group
BCPL 1967 Martin Richard
B 1970 Ken Thompson
Traditional C 1972 Dennis Ritchie
K & R C 1978 Kernighan & Dennis Ritchie
ANSI C 1989 ANSI Committee
ANSI/ISO C 1990 ISO Committee
C99 1999 Standardization Committee

Important Links –