Computer Science, asked by tarit16416, 9 months ago

2. What is the range of integer data type ?​

Answers

Answered by Aditya231960
1

Answer:

Range of integer data type is

-2147483648 to 2147483647.

Answered by geyaageorge
0

Answer:

32,768 to 32,767 or -2,147,483,648 to 2,147,483,647

Explanation:

int 2 or 4 bytes -32,768 to 32,767 or -2,147,483,648 to 2,147,483,647

Similar questions