Question: Please ignore first line I only need generic function Submit your c file with your function through Gradescope, Homework 3 Problem 4. The name of

Please ignore first line I only need generic function
Submit your c file with your function through Gradescope, Homework 3 Problem 4. The name of your file must be hwkThree.c and must not contain the main function. Write a C function hwkThree, that takes an unsigned integer variable. The variable will contain the encoding for a floating point value in normalized form of the following Format A. Format A 1 sign bit 10 Exp bits 21 Mantissa bits Your code should take this value, isolate the biased exponent field, subtract the bias, and return the unbiased exponent of the value. Here is the expected function declaration: int hwkThree(unsigned value)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
