- When a program becomes too large then it becomes difficult to write and debug the program. Thus, modular programming helps a programmer to write and debug easily.
- The process of breaking a large program into small logical and manageable part is called modular programming.
- It is a technique used to divide large program into many small logical, manageable and functional parts or blocks or modules.