Skip to main content
Advantage of C
- It contains a powerful data definition. The data type supported are characters, alpha-numeric integers, long integer, floats and double. It also supports string manipulation in the form of character array.
- C supports a powerful set of operation.
- It also supports powerful graphic programming and directly operates with hardware. Execution of program is faster.
- An assembly code is also inserted into C programs.
- C programs are highly portable on any type of OS platforms.
- System programs such as compilers, operating system can be developed in C. For example the popular operating system UNIX is developed in C.
- The C language has 32 keywords and about 145 library function and near about 30 header files.
- C works closely with machines and matches assembly language in many ways.