C language
Importance of c language
The c language has gained it's importance due to its unique characteristics when compared to other languages.lets us see the features of c language that brings importance to itself as an unique language.
General purpose program language;
It is suitable to write system programs like operating system compilers loaders linkers and also to write it application programs like ok payroll systems invertery system banking systems, email system etc.
Middle level;
It provides the features of both high level language and assembly language
Structured programming;
Using c, programs can easily be divided into a number modules with single and entry and single exit features provided by various control and loop statements.
Simplicity;
C is simple to use because of its structure approach it has a wide collection of inbuilt functions, keywords, operators and data types.
Probability;
C programs can run on different environment, with compilers for almost all operating systems hardware platforms, it is easy to write code on one system which can be easy ported to another.