Computer Science, asked by m0sa, 7 months ago

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 grandhivivek333
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