Intoduction,
- C is a Procedural oriented language or Structured programming language developed by Dennis Ritchie in 1972 at Bell labs.
- Dennis Ritchie took many concepts from ALGOL,BCPL,B and added the concepts of datatypes and developed c language.
- C language developed to develop Unix operating system.
- C language become very popular because it is reliable,simple,efficient.
C-features
- C is highly portable.
- C is robust language whose rich set of built in functions and operators that can be used to write a complex program.
- C is well suited for writing system s/w as well as application s/w.
- C is middle level language i.e it support both the low level and high level language features.
- C-language allows dynamic memory allocation.
- C-language increases speed of the programs.
You can also refer
----------------------------------------------------------------------------------------------------------