Home » C Programming » C-Library-Functions » Question
  1. Which among the following mathematical function do not have a “double” return-type?
    1. floor(x);
    2. ceil(x);
    3. both ceil(x); and floor(x);
    4. srand(x);
    5. None of these
Correct Option: C

both ceil(x); and floor(x);



Your comments will be displayed only after manual approval.