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

User Legarndary
by
4.3k points

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.
User Andrea Baccega
by
4.3k points