Saturday, January 18, 2020

History of C Language - Programming Area | Different facts of C Language | What is C Language


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 formed by American National Standard Institute(ANSI).

In 1990, a version of C Language was approved by the international Standard Organization(ISO) and the version of C is also referred to as C89.

The idea behind creating C Language  was to create an easy language which requires  a simple compiler and enables programmers to efficiently interact with the machine/system, just like machine instructions.

C Language Compiler converts the readable C Language program into machine instructions.

Today  C is  the most widely used  and popular System programming Language.

Most of the State of the Art software have been implemented using C Language.

Today's Most popular Linux OS and RDBMS MySQL have been written in C Language.


_________________________________________________________________________

Also Read -


No comments:

Post a Comment

Python Basic Operators

Python Basic Operators Operators are the constructs which can manipulate the value of operands. Consider the expression 4 + 5 = 9. ...