Q108
What will be the output of the following code:from math import ceilprint(ceil(4.3))
A.
The smallest integer greater than or equal to 4.3
AnswerB.
An error will occur
C.
4
D.
5
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board