values passed to funcations to carry out the calculation
Answers
Answered by
4
Answer:
A structure can be passed to any function from main function or from any sub function. ... It won't be available to other functions unless it is passed to those functions by value or by address(reference). Else, we have to declare structure variable as global variable.
Answered by
2
Answer:
may be this will helps you
Attachments:
Similar questions