0
Whats the difference between float and double float?
i think i missed something. thank you.
4 Respostas
+ 1
Float =4 bytes,Double Float =8 bytes,whereas, int=2 bytes,double int=4 bytes
0
I see
0
float=4 bytes and double float=8 bytes
- 1
float probidess 4 bytes, where as double as the name suggests it provides double the size of float (8bytes)