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

Discussion :: Object Oriented Programming Using C++

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

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

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    No answer description available for this question.


Be The First To Comment