Question: 22. Consider the following statement. # define hypotenuse (a, b) sqrt(a * a + b + b); The macro-call hypotenuse (a + 2, b +

22. Consider the following statement. # define hypotenuse (a, b) sqrt(a * a + b + b); The macro-call hypotenuse (a + 2, b + 3); (a) finds the hypotenuse of a triangle with sides a + 2 and b + 3 (b) finds the square root of (a + 2) (b 3)2 (c) is invalid (d) finds the square root of 3*a 4 b5 + +
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
