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
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board