+1 vote
in C Plus Plus by

What are the key features in the C programming language?

1 Answer

0 votes
by

Portability – Platform independent language.

Modularity – Possibility to break down large programs into small modules.

Flexibility – The possibility to a programmer to control the language.

Speed – C comes with support for system programming and hence it is compiling and executes with high speed when compared with other high-level languages.

Extensibility – Possibility to add new features by the programmer.

Related questions

0 votes
asked Jan 12 in C Plus Plus by GeorgeBell
0 votes
asked Mar 17, 2020 in C Plus Plus by SakshiSharma
...