MCQOPTIONS
Saved Bookmarks
| 1. |
If a function doesn’t have a return statement, which of the following does the function return? |
| A. | int |
| B. | null |
| C. | none |
| D. | an exception is thrown without the return statement |
| Answer» D. an exception is thrown without the return statement | |