Q121
What does the given C code do? double atan2 (double y, double x);
A.
The atan2 function returns the arc tangent of x/y
B.
The atan2 function returns the arc tangent of x
C.
The atan2 function returns the arc tangent of y/x
AnswerD.
The atan2 function returns the arc tangent of y
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board