Q&A
Ask and answer questions to make information more available to wider audiences.
Luca Abes @abesluca   06, Apr 2023 12:00 AM
key features in C
What are the key features in the C programming language?
answers 1
 
Answer 1
Gregory Aimley @aimleygregory   06, Apr 2023 04:27 PM
Portability: It is a platform-independent language.
Modularity: Possibility to break down large programs into small modules.
Flexibility: The possibility of a programmer to control the language.
Speed: C comes with support for system programming and hence it compiles and executes with high speed when compared with other high-level languages.
Extensibility: Possibility to add new features by the programmer.