InterviewSolution
Saved Bookmarks
| 1. |
Which header file is required for manipulation of math functions in c++?(a) cmath(b) maths(c) math(d) dmathThe question was asked in a job interview.This interesting question is from Standard Mathematical Functions in portion Strings, Streams & Numerics in C++ of C++ |
|
Answer» CORRECT choice is (a) cmath Explanation: #INCLUDE is a HEADER file REQUIRED for MANIPULATION of math functions. |
|