Friday, July 29, 2016

C Basics - Applications of C

C 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 runs nearly as fast as the code written in assembly language. Some examples of the use of C:
  • UNIX Operating System
  • Various Operating Systems Modules and Applications
  • Computer Games
  • Language Compilers
  • Language Interpreters
  • Assemblers
  • Text Editors
  • Print Spoolers
  • Network Drivers
  • Modern Programs
  • Data Bases
  • Utilities
  • Embedded System Software
  • Device Drivers



Related topics:
Intro of C   |   Overview of C   |   Features of C   |   The Setup for C   |   Source Program in C   |   Program Startup and Termination in C   |   Program Structure in C   |   First Program in C   |   Must Know Terms in C

List of topics: C Programming

No comments:

Post a Comment