Question:Define modular programming.
Answer In modular programming, the program is broken down into modules (pieces), each of which performs a single, limited function and is written and debugged separately from other modules.
+ Report
Define modular programming.