Home / CSE MCQs / C++ - MCQs :: Discussion

Discussion :: C++ - MCQs

  1. How to declare a wide character in string literal?
  2. A.
    L prefix
    B.
    l prefix
    C.
    W prefix
    D.
    none of the mentioned

    View Answer

    Workspace

    Answer : Option A

    Explanation :

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


Be The First To Comment