Function Signature --2
nreturn_type function_name(para1, para2, … , paraN);
nFunction return value type : Specifies what type of value function returns when it completes its task.
nFunction return value can be used in all situations where a value of the return type can be used (assignment of the value, output, expressions).
n