Saved Bookmarks
| 1. |
What is function and write the structure of function with example |
|
Answer» Answer: let me tell u this plz MARK me brainliest Explanation: 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. ... Else, we have to declare structure variable as global variable. That means, structure variable should be declared outside the main function |
|