what are the characteristics of procedural programming
Answers
Answered by
6
Answer:
Focus on process or doing things rather than data.
The whole program is implemented based on actions such as reading, calculating and printing. ...
Global data is often shared by all functions.
Data moves openly from function to function.
Similar questions