Home / ECE / Microprocessors :: Discussion

Discussion :: Microprocessors

  1. In Pascal the repeat and while loops will terminate

  2. A.
    only when the logical expression controlling the loop becomes true for both repeat and while loops
    B.
    only when the logical expression controlling the loop becomes false for both repeat and while loops
    C.
    only when the logical expression controlling the loop becomes true for repeat loop and false for while loop
    D.
    only when the logical expression controlling the loop becomes false for repeat loop and true for while loop

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    No answer description available for this question.


Be The First To Comment