Which of following is/are the advantage(s) of modular programming?
A
The program is much easier to change
B
Modules can be reused in other programs
C
Easy debugging
D
Easy to compile
E
None of the above
Correct Answer: The program is much easier to change
Modular programs are usually easier to code, debug, and change than monolithic programs. The modular approach to programming is similar to the design of hardware that contains numerous circuits.