in Technology by

What are the key features in the C programming language?

Please log in or register to answer this question.

1 Answer

0 votes
by

Features are as follows:

  • 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.

Related questions

+1 vote
asked Nov 9, 2020 in Technology by JackTerrance
0 votes
asked Nov 8, 2020 in Technology by JackTerrance
0 votes
asked Dec 10, 2021 in Education by JackTerrance
...