Multiple choice

Which of the following modifiers allow(s) negative value in C++?

  1. signed

  2. unsigned

  3. Both (1) and (2)

  4. float

  5. None of these

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

Yes, signed modifier allows both positive and negative values.