Computer Science, asked by tesvinny2607, 1 year ago

How data are shared by functions in a procedure oriented programs?

Answers

Answered by sreeramanasp6k3fx
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