MCQOPTIONS
Bookmark
Saved Bookmarks
→
Technical MCQs
→
2D Transformation And Answers in Technical MCQs
→
Which of the following returns the square root of ..
1.
Which of the following returns the square root of given number?
A.
ceil
B.
sqrt
C.
floor
D.
abs
Answer» C. floor
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
All the functions available in this library take double as an argument and return double as the result.
The C library function double fmod(double x, double y) returns the remainder of x divided by y.
Which of the following is true about pow?
abs(number) returns the absolute value of given number.
Which of the following returns the square root of given number?
Which of the following is correct mathematical operations in C Programming?
C Programming allows us to perform mathematical operations through the functions defined in ______________ header file.
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply