Examveda

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

D. The atan2 function returns the arc tangent of y

Answer: Option C


This Question Belongs to C Program >> Standard Library Functions

Join The Discussion

Related Questions on Standard Library Functions