C - Structures,Unions - Discussion

You Are Here :: Home > C > Structures,Unions - Discussion

 



Q.

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: Option B
Explaination:

A structure variable can be assigned to other using =, but cannot be compared with other using ==



Discussion

Your Comments Goes here...
NameDiscussion