Computer Science, asked by abhinarayanchhetri, 5 hours ago

Explain the passing structure to function with example​

Answers

Answered by brajagopaldas2020
1

Answer:

A structure can be passed to any function from main function or from any sub function. Structure definition will be available within the function only. It won't be available to other functions unless it is passed to those functions by value or by address(reference).

Hope it helps you...

Please mark my answer as brainliest and follow brajagopaldas2020

Similar questions