Saved Bookmarks
| 1. |
How will you pass a structure to a function |
|
Answer» Answer: Passing each ITEM of the structure as a function ARGUMENT. It is similar to passing normal values as arguments. ... Pass the WHOLE structure as a value. We can ALSO Pass the address of the structure (pass by REFERENCE). hope it helps ✌️ yo ✌️ |
|