Login
Remember
Register
Ask a Question
What modular programming in C Language?
0
votes
asked
Mar 17, 2020
in
C Plus Plus
by
rajeshsharma
What modular programming in C Language?
#c-language-modular-programming
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 17, 2020
by
Robindeniel
If a program is large, it is subdivided into a number of smaller programs that are called
modules or subprograms. If a complex problem is solved using more modules, this approach is
known as modular programming.
...