Using the ceil round and floor Functions in c





This video tutorial made by the Learning Lad explains how to use the ceil, floor and round functions in c.
 The ceil function is used to get the smallest integer not less than the number passed as a argument to this function, floor function is used to get the largest integer not greater than the number passed as the argument to the floor function and also the round function is used to get the nearest integer to a number passes to it as the argument.
You will learn the syntax of ceil,floor and round functions along with a live example on them in detail.