416,769 views
23 votes
23 votes
Describe how data is shared by functions in a procedure- oriented program​

User NP Compete
by
2.9k points

1 Answer

18 votes
18 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 Kimia
by
2.8k points