Features of C language:- Following are the features of C language.
- C language has only 32 keywords.
- Several standard functions are also available
- It is robust language which rich set of built in function and operators that can be used to write any complex program.
- Program written in C language are efficient and fast. this is due to its verity of data types and powerful operator.
- Another important features of C language is its ability to extend itself.
- C is highly portable language i.e. program written in c language can run on another computer with little or no modifications.
- This is well suited for structure programming in terms of functions, modules or blocks.
- C language can be used for low level as well as high level language programming. Hence bridges the gap of low level language and high level language.
- C language is called case sensitive language that is upper and lower case contains both different.
- C language is the most widely used language in operating system and embedded system developed today.
0 Comments