Multiple choice Which of the following modifiers allow(s) negative value in C++? signed unsigned Both (1) and (2) float None of these Reveal answer Fill a bubble to check yourself A Correct answer Explanation Yes, signed modifier allows both positive and negative values.