Write a program that requires the number of bits for the exponent and significant of a Floating Point representation; then requires two decimal real numbers and an operation either sum, subtraction or multiplication. The program must determine if the two real numbers produce overflow or underflow in the selected representation and, if not, perform the selected operation, and display the result in binary AND decimal format.
The program must be in C Language and cannot use a external C library