InterviewSolution
Saved Bookmarks
| 1. |
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 mentionedThis question was posed to me in quiz.This key question is from Mathematical Functions topic in chapter Input and Output in C of C |
|
Answer» Correct CHOICE is (c) sqrt(X); |
|