Skip to main content

Why we use C language???

C language was initially used for system development, work particularly the programs that make-up the operating system. C was adopted as a system development language because it produces code that was nearly as fast as the code written in Assembly Language. Some example of the used of C might be.
1) Operating System
2) Language Compiler 
3) Assembler
4) Text Editor
5) Network Driver
6) Print Spoolers
7) Database etc. 

Comments