Q. If a function doesn’t have a return statement, which of the following does the function return? (Solved)
1. int
2. null
3. none
4. an exception is thrown without the return statement
- c. none
1. int
2. null
3. none
4. an exception is thrown without the return statement