Home / C Programming / Control Instructions :: Discussion

Discussion :: Control Instructions

  1. A char variable can store either an ASCII character or a Unicode character.

  2. A.
    True
    B.
    False

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    Yes, we can store either an ASCII character or a Unicode character in a char variable.


Be The First To Comment