0 votes
in C Plus Plus by

What is the explanation for modular programming?

1 Answer

0 votes
by

The process of dividing the main program into executable subsection is called module programming. This concept promotes reusability.

...