1.

What will be used when terminating a structure?(a) :(b) }(c) ;(d) ;;This question was posed to me in an international level competition.Question is from Structures topic in section Types, Pointers, Arrays & Structures in C++ of C++

Answer»

The CORRECT CHOICE is (c) ;

EASIEST EXPLANATION - While terminating a structure, a semicolon is USED to end this up.



Discussion

No Comment Found

Related InterviewSolutions