Home » C Programming » C-Library-Functions » Question
  1. Which of the following is not a valid mathematical function?
    1. atan2(x,y);
    2. fmod(x);
    3. frexp(x);
    4. srand(x);
    5. None of these
Correct Option: B

fmod(x);



Your comments will be displayed only after manual approval.