1. The program is much easier to change
  2. Modules can be reused in other programs
  3. Easy debugging
  4. Easy to compile
  5. None of the above
5 views

1 Answers

Answer: Option 1

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.

5 views