Sunday, June 23, 2019

Features of C-Language


C is the widely used language. It provides many features that are given below.

  1. Simple
  2. Machine Independent or Portable
  3. Mid-level programming language
  4. structured programming language
  5. Rich Library
  6. Memory Management
  7. Fast Speed
  8. Pointers
  9. Recursion
  10. Extensible


Introduction


C language Tutorial helps you to understand C language concept easily. Every topic explain with programs.

The C programming language was developed in 1972 by Dennis Ritchie at bell laboratories of AT&T (American Telephone & Telegraph), located in the U.S.A.

  1. Dennis Ritchie is known as the father/founder of C language.
  2. C language was developed to be used in UNIX operating system.
  3. C programming is the base for all other languages cause it is known as mother language.