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