+ 2
Find out the passible output from below.1to4
wirte the least value and highest vale,which can be assigned to the variable guess
1 Answer
+ 4
it depends upon data type of that variable
like int can store upto -2^15 to (2^15)-1 values in it
which means int can store values in the range of -32768 to 32767....it holds 2bytes in RAM .....least and highest (range) of values depends of the data type of Variable....
each data type have its own specific range for storing values...
I Hope this will help you in understanding the range of different data types of variables....âșđ