Top

Discussion

For the following function call which option is not possible? 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 members address can be displayed in structure
  • C.Individual member can be passed by reference in a function
  • D.None of the above

Answer: A

No answer description available for this question

No comment is present. Be the first to comment.
Loading…

Post your comment