86. If a function doesn't have a return
statement, which of the following
does the function return?
Select one:
a. An exception is thrown
without the return statement
b. null
c. None
d. int
Answers
Answered by
0
Explanation:
If a function has the return type void, the return statement can be used without a value, in which case the program just breaks out of the .
Similar questions