Q16
Which function is used to find the smallest integer greater than or equal to a given floating-point number in C?
A.
ceil()
AnswerB.
floor()
C.
round()
D.
nextint()
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board