Computer Science - Object Oriented Programming Using C++ - Discussion

Discussion Forum : Object Oriented Programming Using C++ - Section 10 (Q.No. 16)
16.
When the function char someFunction(int x) is executed,
it will throw nothing
it will throw an integer
it will throw a character
it may or may not throw anything
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Ayesha... said:   5 years ago
When the function void someFunction(int x) throw(char) is executed, then it may throw a character.

Post your comments here:

Your comments will be displayed after verification.