InterviewSolution
Saved Bookmarks
| 1. |
All the functions in this library take as a parameter and return as the output.(a) double, int(b) double, double(c) int, double(d) int, intThe question was asked in unit test.This key question is from Mathematical Functions in section C Library of C |
|
Answer» CORRECT choice is (B) double, double Easy explanation - All the function in this MATH library takes double as a PARAMETER and GIVES double as the result. |
|