Overview of C Language
Overview of C Language
Overview of C Language
OR
• A programming language is a vocabulary and set of
grammatical rules for instructing a computer or computing
device to perform specific tasks.
Overview of C Language
• C is a structured programming language developed by
Dennis Ritchie in 1973 at Bell Laboratories.
• It is one of the most popular computer languages today
because of its structure, high-level abstraction, machine
independent feature etc. C language was developed to write
the UNIX operating system.
History of C Language
• C language has evolved from three different structured
language ALGOL, BCPL and B Language.
• It uses many concepts from these languages while introduced
many new concepts such as datatypes, struct, pointer etc.
• In 1988, the language was formalised by American National
Standard Institute(ANSI).
• In 1990, a version of C language was approved by
the International Standard Organisation(ISO) and that version
of C is also referred to as C89.
Why C Language is so popular?