InterviewSolution
Saved Bookmarks
| 1. |
Which of the following belongs to the set of character types?(a) char(b) wchar_t(c) only a(d) both wchar_t and charThe question was posed to me in an international level competition.My question is based upon Character Types topic in portion Types, Pointers, Arrays & Structures in C++ of C++ |
|
Answer» The correct choice is (d) both wchar_t and CHAR |
|