Computer Science, asked by prabhas6114, 9 months ago

how will you pass a structure to a function​

Answers

Answered by Anonymous
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 Anonymous
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