Vidyalelo
C Programming · Q16

Standard Library Functions

Programming · C Programming · question 16

Q16

Which function is used to find the smallest integer greater than or equal to a given floating-point number in C?

A.
ceil()
Answer
B.
floor()
C.
round()
D.
nextint()

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board