what is a major characterisric of procedural programming
Answers
Answered by
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