C-Library-Functions
- What will cos(x) return?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
cosine of x where x is in radians
- What will sin(x) returns?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
sine of x where x is in radians
- Which mathematical function among the following does NOT require int parameters?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
sqrt(x);