Login
Remember
Register
Questions
Ask a Question
What are the key features in the C programming language?
Home
>
Technology
>
What are the key features in the C programming language?
0
votes
asked
Nov 8, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
What are the key features in the C programming language?
interview-question-answer
technology-questions-answers
Facebook
Twitter
LinkedIn
Email
Add Answer
1
Answer
0
votes
answered
Nov 8, 2020
by
JackTerrance
(
1.7m
points)
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
1
answer
What are the ways to a null pointer that can be used in the C programming language?
asked
Nov 8, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
+1
vote
1
answer
What are the modifiers available in C programming language?t
asked
Nov 8, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
0
votes
1
answer
What are reserved words with a C programming language?
asked
Nov 8, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
+1
vote
1
answer
What is the process to generate random numbers in C programming language?
asked
Nov 8, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
0
votes
1
answer
What is a pointer on a pointer in C programming language?
asked
Nov 8, 2020
in
Technology
by
JackTerrance
(
1.7m
points)
interview-question-answer
technology-questions-answers
...