'C' Language is the mother of all Computer Languages, after learning this
language you can learn any programming language very easily.
People think that if it is ‘C’ so what about ‘A’ and ‘B’. so we will know
about these Languages.
ALGOL60------------CPL-------------BCPL--------------B--------C
Algorithmic -------Combined pro lang --------Basic Combined Programming
Language
'C' is a Middle level language with it’s low and high features, it is
developed by “Dennis Ritchie” in 1972, in ‘AT&T’s Bell laboratories. In the
beginning of it’s era , it was very famous, and many languages of that time
were not using by expert because of C language.
Characteristics of C Language
- It is general purpose programming Language
- It is rich because of it’s operators.
- These statements come in one line easily.
- It has very less reserved words.
- It’s syntax are not so difficult
Applications of C
- In Operating Systems
- In Compiler, interpreter, Loader
- In Database
- In Game
- In Drivers
- In Graphics
Example of C Language Program
#include<stdio.h>
#include<conio.h>
Void main()
{
printf("Welcome in the world of C”);
}
Output-
Welcome in the world of C
C Language Compilers
- Dev C++
- Turbo C++
- Code Blocks
- Vitamin C
- GCC
- Borland C++
No comments:
Post a Comment