C | Structure & Union | Question 6
Which of the following operators can be applied on structure variables?
(A) Equality comparison ( == )
(B) Assignment ( = )
(C) Both of the above
(D) None of the above
Answer: (B)
Explanation: A structure variable can be assigned to other using =, but cannot be compared with other using ==
Quiz of this Question
Please Login to comment...