info@avatto.com
+91-9920808017
0. Consider the following statement. # define hypotenuse(a, b) sqrt (a * a + b * b ) ; The macro-call hypotenuse ( a + 2, b + 3) ;
finds the hypotenuse of a triangle with sides a + 2 and b + 3
finds the square root of (a + 2)2 + (b + 3)2
is invalid
finds the square root of 3 * a + 4 * b + 5
You must be logged in to post a comment.
Login with Facebook
Login with Google
Forgot your password?
Lost your password? Please enter your email address. You will receive mail with link to set new password.
Back to login
You must be logged in to post a comment.