Sunday, 13 July 2014

Why to use C?

Why to use C?

C was initially used for system development work, in particular 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 code written in assembly language. Some examples of the use of C might be:


        Operating Systems

        Language Compilers

        Assemblers

        Text Editors

        Print Spoolers

        Network Drivers

        Modern Programs

        Databases

        Language Interpreters

        Utilities

C Programs

A C program can vary from 3 lines to millions of lines and it should be written into one or more text files with extension ".c"; for example, hello.c. You can use "vi""vim" or any other text editor to write your C program into a file.
This tutorial assumes that you know how to edit a text file and how to write source code inside a program file.

No comments:

Post a Comment