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

Discussion :: Object Oriented Programming Using C++

  1. In a simple 'if' statement with no 'else'. What happens if the condition following the 'if is false?

  2. A.
    the program searches for the last else in the program
    B.
    nothing
    C.
    control 'falls through' to the statement following 'if
    D.
    the body of the statement is executed
    E.
    None of the above

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    No answer description available for this question.


Be The First To Comment