how floating point values are stored in the computer memory in C?
Answers
Answered by
1
Answer:
hope it will help you
Explanation:
Scalars of type float are stored using four bytes (32-bits). The format used follows the IEEE-754 standard. The mantissa represents the actual binary digits of the floating-point number.
PLEASE FOLLOW ME
Answered by
0
Answer:
Scalars of type float are stored using four bytes (32-bits). The format used follows the IEEE-754 standard. The mantissa represents the actual binary digits of the floating-point number.
Similar questions