|
|
"EDUCATION IS NOT THE
PREPRATION OF LIFE C-PROGRAMMING LANGUAGE C (pronounced like the letter C) is a general-purpose computer programming language developed between 1969 and 1973 by DENNIS RITCHIE at the bell telephone laboratories for use with the unix operating system. C is one of the most widely used programming language of all time. As it is clearly known that there are two types of languages: 1) High-Level language 2) Low-Level language A programming language such as C, FORTRAN, or Pascal that enables a programmer to write programs that are more or less independent of a particular type of computer. Such languages are considered high-level because they are closer to human languages and further from machine languages. Whereas: A machine language or an assembly language or low level language is a type of languages that are closer to the hardware or precisely we say its a language that are machine dependent.
The main advantage and beauty of C language is that it shows the behavior of
high level and low level and that's why sometimes it is called as middle
level language.Therefore: |