Home » C++ Programming » Constants/Literals » Question
  1. How to declare a wide character in the string literal?
    1. l prefix
    2. W prefix
    3. L prefix
    4. All of above
    5. None of these
Correct Option: C

It can turn this as the wide character instead of narrow characters.



Your comments will be displayed only after manual approval.