I am reading this book and it is using return to do certain things like putting return x * y (x-1); at the bottom of the program. While a function prototype is at the top outside all braces.
But it does not explain what return is actually doing? And I know that return 0 terminates the program but why?
