Which operator is used to access a union member when the union is a part of a structure?
A. . (dot)
B. -> (arrow)
C. :: (scope)
D. , (comma)
Answer: Option A
A. . (dot)
B. -> (arrow)
C. :: (scope)
D. , (comma)
Answer: Option A
Which of the following can be a member of a structure?
A. Function
B. Another structure
C. Enumeration
D. All of the above
Join The Discussion