Question 12: Data representation in C [6]

In lectures and in lab 7 we considered the bit representation of floats in C.

Show the bit representation of x and explain the different components (sign, exponent, mantissa) for the x in the following statement:

int x = 9.5;