Vidyalelo
C Programming · Q121

Standard Library Functions

Programming · C Programming · question 121

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
Answer
D.
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