Vidyalelo
C Programming · Q23

Function

Programming · C Programming · question 23

Q23

What is the result of the expression ceil(3.2) in C, assuming proper inclusion of the math library?

A.
3
B.
4
Answer
C.
0.2
D.
Error

Answer: Option B

Solution

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