Mechanical Engineering > GATE 2025 > Algebra
The ceiling function of a real number x, denoted by ce(x), is defined as the smallest integer that is greater than or equal to x. Similarly, the floor function, denoted by fl(x) is defined as the largest integer that is smaller than or equal to x. Which one of the following statements is NOT correct for all possible values of x?
A
ce(x)≥x
B
fl(x)≤x
C
ce(x)≥fl(x)
D
fl(x)

Explanation

Correct : d

Similar Questions

What is the worst-case time complexity of insertion in an AVL tree?
Question #23 Medium
Which operations on a binary search tree have O(h) complexity?
Question #31 Easy
Compare search complexities of sorted array vs balanced BST.
Question #47 Hard

Related Topics

Data Structures Binary Search Tree Time Complexity Algorithm Analysis Tree Algorithms Computer Science