53) Consider the following statement
#define hypotenuse (a, b) sqrt (a*a + b*b);
The macro-call hypotenuse (a + 2, b + 3);
Answer is:
finds square root of 3*a + 4*b + 5
Related C Programming MCQ with Answers
Answer is:
that certain information about mathematical library functions are to be included at the begnning of the program
Answer is: