Features of C Programming

C Programming language has following features:

  1. C Language is well suited for structured modular programming.
  2. Programs written in C are efficient and executes much faster.
  3. C is powerful and feature rich programming language with rich set of built-in functions, data types and operators.
  4. C is highly portable language i.e. code written in one machine can be moved to other.
  5. C supports low level feature like bit level programming and direct access to memory using pointer.
  6. C has only 32 keywords and several standard built-in functions which can be used for developing different program.
  7. C has high level constructs and it is more user friendly.