C is one of the most popular programming language in the world. It is used in many purpose now a days because of its qualities’ resembles general English language.Therefore,the complex programs can be written in this language in a simplex easier way.
1. Simplicity:- C has richest collection of inbuilt functions, keywords and data types. It also resembles general English language. Also it follows a structured approach so it is to learn also.
2. Clarity:- The keywords and library functions available in C resembles common English words thus it helps to improve the clarity of the program.
3. Portability: – By the term portable we mean computer independent. The program made in C can be made to run on different machines thus increasing the efficiency of the program.
4. Modularity: – The programs made in C can be easily divided into small modules with the use of functions. This feature helps to increase the understandability of the program.
5. Easy Availability: – The C compilers are easily available and they require very less disk space for their storage. It is very easy to load Turbo C complier in your computer.