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

The explanation: The TRIGONOMETRIC functions work with ANGLES in radians rather than degrees.



Discussion

No Comment Found

Related InterviewSolutions