Computer Science, asked by hanyasqia8712, 10 months ago

Integer needs 2bytes , maximum value of an unsigned integer is

Answers

Answered by Anonymous
1

Answer:

A short int which has two bytes of memory, has a minimum value range of -32,768 and a maximum value range of 32,767 . An unsigned short int , unsigned meaning having no negative sign (-), has a minimum range of 0 and a maximum range of 65,535 .

Similar questions