Difference in storage of integer values and float values

Posted by viswanathan on Stack Overflow See other posts from Stack Overflow or by viswanathan
Published on 2010-04-26T04:24:13Z Indexed on 2010/04/26 4:33 UTC
Read the original article Hit count: 228

Filed under:

Integer and Float use 4 bytes of memory for storage. However the range of integer and float are different. How are they stored internally in memory?

© Stack Overflow or respective owner

Related posts about datatypes