Vidyalelo
C Programming · Q4

Structure and Union

Programming · C Programming · question 4

Q4

How do you access a member of a 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