Multiple choice

Which of the following is a data type for -23?

  1. Real

  2. Float

  3. Integer

  4. Char

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

-23 is a whole number, which is classified as an Integer in programming.