Home » C++ Programming » Data Types » Question
  1. How do we represent a wide character of the form wchar_t?
    1. la
    2. L[a].
    3. l’a’
    4. L’a’
    5. None of these
Correct Option: D

A wide character is always indicated by immediately preceding the character literal by an L.



Your comments will be displayed only after manual approval.