Home / CSE / Object Oriented Programming Using C++ :: Discussion

Discussion :: Object Oriented Programming Using C++

  1. When the function void someFunction(int x) throw(char) is executed,_____

  2. A.
    it will throw nothing
    B.
    it may throw an integer
    C.
    it may throw a character
    D.
    it may not throw anything

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    No answer description available for this question.


Be The First To Comment