Introduction to C Programming Part 2
Characteristics of C :
- Small size
- Extensive use of function calls
- Loose typing - unlike PASCAL
- Structured language
- Low level (Bitwise) programming readily available
- Pointer implementation
- Modularity
- Portability
- Code-reusability
- Ability to extend itself
- Limited number of keywords
Versions of c:
The below list shows the versions of C starting with early and ending with current version.