Computer Science, asked by Abhikhya45, 15 hours ago

what "is the major characteristic" of modular programming? how is it similar to procedural programming?​

Answers

Answered by Anonymous
1

Answer:

Characteristics of Procedural oriented programming:-

Hence, a number of functions are written to solve a problem. A program is divided into a number of functions and each function has clearly defined purpose. Most of the functions share global data. Data moves openly around the system from function to function.

Similar questions