Examveda

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

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


This Question Belongs to C Program >> Structure And Union

Join The Discussion

Related Questions on Structure and Union