Operating Systems Concepts - Engineering

Q1:

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

ANS:A - The program is much easier to change

I too have the same doubt @Devnandan.

Modules can be reused in other programs.