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