What is the return Statement? What’s the syntax?

What happens when the value of the return Expression does not match the function Return Type, except void functions?


What happens when we don’t return anything in a non-void Function?