Home
Q&A
Education
Technology
Credit
General
Health
Insurance
Questions
Ask a Question
Explain modular programming in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
1.8m
points)
Explain modular programming in C Programming?
interview-question-answer
technology-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Nov 9, 2020
by
JackTerrance
(
1.8m
points)
Dividing the program in to sub programs (modules/function) to achieve the given task is modular approach. More generic functions definition gives the ability to re-use the functions, such as built-in library functions.
Please
log in
or
register
to add a comment.
Related questions
0
votes
Q: what is modular programming?
asked
Jan 17, 2021
in
Technology
by
JackTerrance
(
1.8m
points)
interview-question-answer
technology-questions-answers
+1
vote
Q: What is the explanation for modular programming?
asked
Nov 8, 2020
in
Technology
by
JackTerrance
(
1.8m
points)
interview-question-answer
technology-questions-answers
+1
vote
Q: Explain about ‘stdin’ in C Programming ?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
1.8m
points)
interview-question-answer
technology-questions-answers
+1
vote
Q: Explain the use of comma operator (,) in C Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
1.8m
points)
interview-question-answer
technology-questions-answers
+1
vote
Q: Explain the use of %i format specifier w.r.t scanf() in C-Programming?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
1.8m
points)
interview-question-answer
technology-questions-answers
...