Which mathematical function among the following does NOT require int parameters?
(a) div(x, y);
(b) srand(x);
(c) sqrt(x);
(d) all of the mentioned
This question was posed to me in quiz.
This key question is from Mathematical Functions topic in chapter Input and Output in C of C