Vidyalelo
Computer Science · Q480

Object Oriented Programming Using C++

Engineering and GATE · Computer Science · question 480

Q480

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
Answer
D.
it may not throw anything

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board