Multiple choice

What is the value of Ceil (-3.8) in C programming language?

  1. -3

  2. -4

  3. -5

  4. -2

  5. -3.8

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Ceil function provides the largest value of the given value. So, Ceil(-3.8)=-3 and -3 is greater than -3.8.