

InterviewSolution
Saved Bookmarks
1. |
Why we use ceil(x) function? |
Answer» It returns the ceiling of x as a float, the smallest integer value greater than or equal to x. |
|