Vidyalelo
C Programming · Q21

Structure and Union

Programming · C Programming · question 21

Q21

Which keyword is used to access a member of a nested structure in C?

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