Computer Science, asked by shristi2005, 8 months ago

what are the characteristics of procedural programming​

Answers

Answered by mt2258985
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