InterviewSolution
Saved Bookmarks
| 1. |
With which does the trigonometric functions work with angles in c++?(a) Degrees(b) Radians(c) Both Degrees & Radians(d) CelsiusThe question was posed to me during an internship interview.My question is from Standard Mathematical Functions in section Strings, Streams & Numerics in C++ of C++ |
|
Answer» Correct OPTION is (B) RADIANS |
|