3
Q:
A) int | B) char |
C) string | D) None of the above |
Answer: A) int
Explanation:
Explanation:
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.