How data are shared by functions in a procedure oriented programs?
Answers
Answered by
7
In a multi-function program, many important data items are placed as global so that they may be accessed by all the functions. Each function may have its own local data.
Similar questions