Question:What is top down programming approach?
Answer Top-down programming: 1. The top-down approach has evolved as a useful technique in planning a modular program. 2. In top-down programming we first define the main program module, which initiates program execution, calls other modules to perform specific functions, and then terminates execution.
+ Report
What is top down programming approach?