how will you pass a structure to a function
Answers
Answered by
0
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 ✌️
Answered by
0
Answer:
- Passing each item of the structureas 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).
Similar questions