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

Discussion :: Object Oriented Programming Using C++

  1. In which statements, does a 'continue' statements cause the control to go directly to the test condition and then continue the looping process?

  2. A.
    'for' and 'while'
    B.
    'while' and 'if-else'
    C.
    'do-while' and 'if-else'
    D.
    'while' and 'do-while'
    E.
    None of the above

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    No answer description available for this question.


Be The First To Comment