Friday, January 17, 2020

What is C Programming Language | C - Basic Introduction | Overview of C


Overview of C

_________________________________________________________________________________
C is a computer programming language developed in 1972 by dennis M.

Ritchie at the Bell Telephone Laboratories to develop the UNIX operating System.

C is also a simple and structure oriented programming language.

C is also called mother Language of all programming Language.

It is the most widely use computer programming language, This language is used for develop system software and Operating System.

All other programming languages were derived directly or  indirectly from C programming concepts.

In the year 1988 'C' programming language standardized by ANSI(American national standard  institute), that version is called ANSI-C.

in the year 2000 'C' programming language standardized by 'ISO' that version is called c-99.

The UNIX Operating system , the C compiler, and essentially all UNIX application programs have been written in c.

C has now become a widely used professional language for  various reasons-

  • Easy to Learn
  • Structured language
  • It produces efficient programs
  • It can handle low-level activities
  • It can be compiled on a variety of  computer platforms.
______________________________________________________________________________________________________________




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. ...