Computer Science, asked by shaheensiddiqui9298, 9 months ago

What is Size and Range of Integer Data Type in ASP?

Answers

Answered by akhilendra11
0

Answer:

size is 4 bytes and range is from -2^32 to 2^32-1

Answered by usingusers
0

int. 4 bytes. Stores whole numbers from -2,147,483,648 to 2,147,483,647. long. 8 bytes.

Similar questions