InterviewSolution
Saved Bookmarks
| 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) ; |
|