InterviewSolution
Saved Bookmarks
| 1. |
What will cos(x) return?(a) sine of x where x is in radians(b) sine of x where x is in degree(c) cosine of x where x is in radians(d) cosine of x where x is in degreeThis question was posed to me in my homework.Query is from Mathematical Functions topic in portion Input and Output in C of C |
|
Answer» The CORRECT ANSWER is (C) cosine of X where x is in radians |
|