Replace the "return" statement in each function with one or more lines of C code that implements the function. Your code must conform to the following style:
float_bits funct(arg1, arg2, ...) {
/* brief description of how your implementation works */
int var1 = Expr1;
...
int varM = ExprM;
varJ = ExprJ;
varN = ExprN;
return ExprR;
}
Each "Expr" is an expression using ONLY the following:
Each "Expr" may consist of multiple operators. You are not restricted to one operator per line.
You are expressly forbidden to:
You may assume that your machine:
int float_class(float_bits f);
This function must return:
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here