Q184
Which option is not possible for the following function call? func(&s.a); //where s is a variable of type struct and a is the member of the struct.
A.
Compiler can access entire structure from the function
AnswerB.
Individual member's address can be displayed in structure
C.
Individual member can be passed by reference in a function
D.
None of the mentioned
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board