Multiple choice In C++ function, ceil(5.5) is equal to ______. 5.5 6.0 6.5 7.1 Reveal answer Fill a bubble to check yourself B Correct answer Explanation The ceil() function rounds off to the smallest integer value.