2.7 USES OF C PROGRAMMING LANGUAGE
C is extensively used for developing applications in various area of computer applications. Initially, it was used for system development work, for example, in developing the operating system. You may ask why C is used in these areas? It is mainly because it produces code that runs very fast. You can say nearly as fast as code written in assembly language.
Here is some examples of the use of C :
Operating Systems
Language Compilers
Assemblers
Text Editors
Print Spoolers
Network Drivers
Data Bases Program
Language Interpreters
Utility Programs
Comments
Post a Comment