In programming, a return value is the value that a function sends back to the calling code after performing its task. The return type of a function specifies the data type of the value it will return. Here are common return types and their meanings:
Program.c
Output:
Sum: 12
Average: 5.350000
First Character: H