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

Discussion :: Object Oriented Programming Using C++

  1. The general form of do-while statement is

  2. A.
    do expression while statement;
    B.
    do while expression;
    C.
    do statement while (expression);
    D.
    do statement while statement;
    E.
    None of the above

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    No answer description available for this question.


Be The First To Comment