MCQOPTIONS
Saved Bookmarks
| 1. |
When the function void someFunction(int x) throw(char) is executed,_____ |
| A. | it will throw nothing |
| B. | it may throw an integer |
| C. | it may throw a character |
| D. | it may not throw anything |
| Answer» D. it may not throw anything | |