Vidyalelo
C Programming · Q11

Structure and Union

Programming · C Programming · question 11

Q11

Which operator is used to access a union member when the union is a part of a structure?

A.
. (dot)
Answer
B.
-> (arrow)
C.
:: (scope)
D.
, (comma)

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board