Computer Science, asked by dhamigenius, 7 months ago

how floating point values are stored in the computer memory in C?​

Answers

Answered by tarunamalik30
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 shivam8479
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