Floating Point Number Representation - Conversion Example
How is float a=5.2 stored in memory (C/C++)? Converting 5.2 into single precision 32 bits floating-point representation.
How is float a=5.2 stored in memory (C/C++)? Converting 5.2 into single precision 32 bits floating-point representation.