C Features
C Features
1. Procedural Language
2. Fast and Efficient
3. Modularity
4. Statically Type
5. General-Purpose Language
6. Rich set of built-in Operators
7. Libraries with rich Functions
8. Middle-Level Language
9. Portability
10. Easy to Extend
2. Fast and Efficient: Newer languages like java, python offer more
features than c programming language but due to additional processing
in these languages, their performance rate gets down effectively. C
programming language as the been middle-level language provides
programmers access to direct manipulation with the computer
hardware but higher-level languages do not allow this. That’s one of the
reasons C language is considered the first choice to start learning
programming languages. It’s fast because statically typed languages are
faster than dynamically typed languages.