asked 36.9k views
2 votes
Describe how data is shared by functions in a procedure- oriented program​

1 Answer

2 votes
In procedure oriented program many important data items are placed as global so that they can access by all the functions. Each function may have its own local data. Global data are more vulnerable to an inadvertent change by a function.
answered
User Andrea Baccega
by
8.2k points

No related questions found