Multiple choice What is the value of Ceil (-3.8) in C programming language? -3 -4 -5 -2 -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.