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

Discussion :: C++ - MCQs

  1. The difference between x and 'x' is
  2. A.
    The first one refers to a variable whose identifier is x and the second one refers to the character constant x
    B.
    The first one is a character constant x and second one is the string literal x
    C.
    Both are same
    D.
    None of the mentioned

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    The first one refers to a variable whose identifier is x and the second one refers to the character constant x


Be The First To Comment