Multiple choice

Which of the following modifiers can be applied to char data types in C++?

  1. signed

  2. unsigned

  3. long

  4. short

  5. Both (1) and (2)

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

Both the options are true.