If a function doesn’t have a return statement, which of the following does the function return?
Posted: Wed Jul 13, 2022 7:45 pm
a) int
b) null
c) None
d) An exception is thrown without the return statement
b) null
c) None
d) An exception is thrown without the return statement