Tuesday, August 7, 2012

what is c programming language

C is a programming language. The C language was first developed in 1972 by Dennis Ritchie at AT & T (American Telephone and Telegraph company) Bell labs.
C is a high level programming language because it is closer to human language. While the lowest languages are machine language that computer understand directly.
Example: The human language: "if line is not busy connect to the internet".
High level language: if(line != busy) connect( internet).
The machine language: 1001010100101111000011111010101010

No comments:

Post a Comment