0
What role play bytes in int, float, double?
2 ответов
+ 2
Different datatypes require a different number of bytes of memory.
The size determines the maximum or minimum numbers the variable can hold, and in case of float and double the precision of decimals.
+ 1
Thanks