Vidyalelo
C Programming · Q24

Structure and Union

Programming · C Programming · question 24

Q24

In C, can you compare two structures using the equality operator (==)?

A.
Yes, always
B.
No, never
Answer
C.
Only if both structures have the same name
D.
Only if both structures have the same members

Answer: Option B

Solution

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