what are the characteristics of procedure oriented programming?
Answers
Answered by
3
Answer:
Characteristics of procedure-oriented programming language:
- It emphasis on algorithm (doing this ).
- Large programs are divided into smaller programs known as functions.
- Function can communicate by global variable.
- Data move freely from one function to another function.
Similar questions