282) Consider the following statement.
# define hypotenuse(a, b) sqrt (a * a + b * b ) ;
The macro-call hypotenuse ( a + 2, b + 3) ;
Answer is:
finds the square root of 3 * a + 4 * b + 5
Related C Programming MCQ with Answers
Answer is: