What is the default return value of a function?
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. When a programmer wants other ...