Importance of C Language

   




Importance of c language:-


 It is suitable to write “System programs  like Operating systems, compilers, loaders. Linkers and also to write Application Programs” like Payroll Systems. Inventory Systems. Banking Systems, E-Mail Systems etc.


 C is simple to use because of its structured approach. It has a wide collection of inbuilt functions, keywords, operators and data types.


 It is easy to write code on one system which can be easily ported to another.


 The process of compilation and execution of programs is quite fast in C Language as compared to other languages.


 C language combines the convenience and portable nature of a high level language with the flexibility of a low level language. It can be interfaced readily to other programming languages.


 The features like keywords, in-built functions and structures help to improve the clarity and hence understanding of the program.


 The software of c language [Turbo C : : (TC)] is readily available in market and can be easily installed on the computer.


 The syntax errors can be easily detected by the C compiler. The error is displayed with line number of the code and the error message.


 “C” supports recursion. Recursion is a technique in which the function calls itself again and again until a condition is achieved.


 Users can write their own functions and can add them to c language. So that others can use them in their programs. Hence C can be expanded like sea. 


                    --Thank you--

Comments

Post a Comment

Popular posts from this blog

Structure of C-Language