What does the given C code do?
double atan2 (double y, double x);
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
D. The atan2 function returns the arc tangent of y
Answer: Option C

Join The Discussion