+ 2
What value can 'int' have ?
a. Any number b. Whole number Why ?
7 Réponses
+ 9
ketul patel SL answer will be whole no bcos any number (includes decimal,fractions,whole,etc)
Since int cannot store fractions,the possible answer is Whole no.
+ 5
int =>stands for Integer data type.
Int typically requires 4 bytes of memory space
Ranges from -2147483648 to 2147483647.
Therfore , according to ur question "int"can store any value within this Range..
+ 5
Thanks Alphin K Sajan 😇
+ 5
ketul patel Wlcm
+ 4
I know that but SL answer is Whole number why ?
+ 3
integers in range [-2 ^ 31, +2 ^ 31]