Return Values and Their Data Types

A function may or may not return a value to the calling function.Return statement is used to send any value to calling funtion. It is possible to return more than one value, but fucntion statement can send only one value per call.