InterviewSolution
Saved Bookmarks
| 1. |
Which of the following mathematical function requires 2 parameter for successful function call?(a) fmod();(b) div();(c) atan2();(d) all of the mentionedThe question was posed to me in an interview.My question is from Mathematical Functions in chapter Input and Output in C of C |
|
Answer» The CORRECT OPTION is (d) all of the mentioned |
|