Vidyalelo
C Programming · Q184

Structure and Union

Programming · C Programming · question 184

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
Answer
B.
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