Home » C Programming » C-Library-Functions » Question
  1. Which mathematical function among the following does NOT require int parameters?
    1. sqrt(x);
    2. div(x, y);
    3. srand(x);
    4. All of above
    5. None of these
Correct Option: A

sqrt(x);



Your comments will be displayed only after manual approval.