-C is a general-purpose high level language.
- The Unix operating system and virtually all Unix applications are written in the C language.
- Advantages:
-Facts about 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
Language Interpreters
All the C programs are written into text files with extension ".c" for example hello.c.
- The Unix operating system and virtually all Unix applications are written in the C language.
- Advantages:
- Easy to learn
- Structured language
- It produces efficient programs.
- It can be compiled on a variety of computers.
-Facts about C:
- C was invented to write an operating system called UNIX.
- The language was formalized in 1988 by the American National Standard Institute (ANSI).
- Today C is the most widely used System Programming Language.
-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
Language Interpreters
All the C programs are written into text files with extension ".c" for example hello.c.
No comments:
Post a Comment