Advantages of C

C is Portable
This means a program written for one computer may run successfully on other computer also.

C is fast
This means that the executable program obtained after compiling and linking runs very fast.

C is compact
The statements in C Language are generally short but very powerful.

Simple / Easy
The C Language has both the simplicity of High Level Language and speed ofLow Level Language. So it is also known as Middle Level Language

C has only 32 Keywords

C Compiler is easily available

C has ability to extend itself. Users can add their own functions to the C Library