0 votes
in C Plus Plus by
What modular programming in C Language?

1 Answer

0 votes
by
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.
...