Computer Science, asked by ashrafaadil49, 5 months ago

state the size and range of the int datatypes​

Answers

Answered by Anonymous
4

Answer:

Data Type Size* Range

short 2 bytes -32,768 to +32,767

unsigned short 2 bytes 0 to +65,535

int 4 bytes -2,147,483,648 to +2,147,483,647

unsigned int 4 bytes 0 to +4,294,967,295

Attachments:
Similar questions