Vidyalelo
C Programming · Q96

Structure and Union

Programming · C Programming · question 96

Q96

Members of a union are accessed as . . . . . . . .

A.
union-name.member
B.
union-pointer->member
C.
both union-name.member & union-pointer->member
Answer
D.
none of the mentioned

Answer: Option C

Solution

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