Home » C++ Programming » Data Types » Question
  1. Which of the following belongs to the set of character types?
    1. only a
    2. char
    3. wchar_t
    4. both wchar_t and char
    5. None of these
Correct Option: D

wchar_t and char is used to represent wide character and character.



Your comments will be displayed only after manual approval.