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

Explanation: wchar_t and char are used to REPRESENT wide CHARACTER and character.



Discussion

No Comment Found

Related InterviewSolutions