Returning Values from a Function





This video explains how to return values from a function by using return keyword. You will learn how to return integer,floating and character values from a function with an example in detail. You will also learn about the number of return statements that can exist in a function and number of values you can return from a function.