Home / C# Programming / Control Instructions - c# :: Discussion

Discussion :: Control Instructions - c#

  1. Which of the following can be used to terminate a while loop and transfer control outside the loop?

    1. exit while
    2. continue
    3. exit statement
    4. break
    5. goto

  2. A.
    1, 3
    B.
    2, 4
    C.
    3, 5
    D.
    4, 5
    E.
    None of these

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    No answer description available for this question.


Be The First To Comment