In C, can you compare two structures using the equality operator (==)?
A. Yes, always
B. No, never
C. Only if both structures have the same name
D. Only if both structures have the same members
Answer: Option B
A. Yes, always
B. No, never
C. Only if both structures have the same name
D. Only if both structures have the same members
Answer: Option B
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