Discussion :: Microprocessors
-
In Pascal the repeat and while loops will terminate
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
|
Answer : Option C
Explanation :
No answer description available for this question.
Be The First To Comment