The default return value from a
function is int. In other words,
unless explicitly specified the
default return value by compiler would
be integer value from function.
So, the ommiting of return statement is allowed, but undefined value will be returned, if you try to use it.