Vidyalelo
C++ Programming · Q8

Structures and Unions in C++

Programming · C++ Programming · question 8

Q8

What is the correct way to pass a structure to a function in C++?

A.
By value
B.
By reference
C.
By pointer
D.
All of the above
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board