MCQOPTIONS
Bookmark
Saved Bookmarks
→
C Multiple Choice
→
Mathematical Functions in C Multiple Choice
→
double ______ (double x, double y) computes the f..
1.
double ______ (double x, double y) computes the floating-point remainder of x/y.
A.
modf
B.
fmod
C.
ceil
D.
floor
Answer» C. ceil
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
Which of the given function is a library function under the header math.h?
The ldexp() function multiplies a floating-point number by an integral power of 2.
What does the given C code do?
Which function is used to recombine the fraction and exponent parts of a floating-point value after you have worked on them separately?
Which of the given C function can be used instead of the apparent identity pointed to by y?
sqrt(x) function is not faster than the apparent equivalent pow(x,0.5).
double ______ (double x, double y) computes the floating-point remainder of x/y.
A domain error occurs if x is negative and y is not an integral value for the function pow(double x, double y).
Which of the following statement is correct?
WHICH_FUNCTION_RETURNS_THE_ARC_SINE_IN_THE_RANGE_[-PI/2,_+PI/2]_RADIANS??$
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply