The modular programming is a programming technique in which a program is divided into many small logical, manageable and functional parts.
Any four advantages of modular programming are as follows:
- The debugging of the program becomes easier and faster.
- It improves readability of the program.
- The procedure can be tested and debugged separately.
- Individual procedure can be written independently so it is suitable for team work.