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

Discussion :: Object Oriented Programming Using C++

  1. When a break statement is used in a loop, the control skips the rest of the statements in the loop after it and jumps

  2. A.
    to the last lines in the program
    B.
    to the next statement written after the body of the loop
    C.
    to the first statement in the body of the loop
    D.
    All. of the above
    E.
    None of the above

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment