Q17
In C, can a structure be passed as an argument to a function?
A.
Yes, by value
B.
Yes, by reference
AnswerC.
No, it's not allowed
D.
Only if the structure has fewer than 3 members
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board