Page 1 of 1

Which option is not possible for the following function call?

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
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