MENU
Question -

What are the advantages of using a modular approach in programming ?



Answer -

  1. It is easy to understand small sections of code in the modular programming.
  2. You can store the code across multiple files.
  3. Modular programming allows collaborative programming. Collaborative programming means more’ than one program
  4. work in one application at the same time.
  5. Duplication of code, is not possible in modular programming. The programmers create a single procedure for code.
  6. The errors are localized to a subroutine or function and it is easy to find the errors.
  7. The code should be used in multiple applications in modular programming.
  8. The code should be simple and short in modular programming and it is less need to be written.

Comment(S)

Show all Coment

Leave a Comment

Free - Previous Years Question Papers
Any questions? Ask us!
×