Multiple choice

Which of the following is a range of long signed int?

  1. -2147483648 to +2147483647

  2. -2147483647 to +2147483648

    • 2147483647 to + 2147483647
    • 32768 to + 32767
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The range of long signed int is - 2147483648 to + 2147483647.