Features of c -
The c language being a middle level language has many important features. It is said to be middle level language because of the following features .
1. Implementation of modular programming technique is very easy in the case of c language because of the easy designing and handling of module.
2. Each and every task using c language is solve by means of functions only so it is called functional language.
3. User can define there own task in the form of user define function.
4. It has large collection of built in or library functions that make the programming easier.
5. It is rich in operators contening very common arithmetic operator and other.
6. C language are portable and can be executed at different platforms.
7. C language is a case sensitive programming language.
8. Implementation of structured programming technique is easy because of beaching and looping structure.
Note -
C language is near to machine as well as the user , it is called middle level language . The compbility of low level language, help in designing the programs specially require system management . It means system software can be developed very easy.
It is also near to the user most general purpose program can be developed easly so the application program can also be developed.
No comments:
Post a Comment