Discussion :: Object Oriented Programming Using C++
-
In which statements, does a 'continue' statements cause the control to go directly to the test condition and then continue the looping process?
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
|
Answer : Option D
Explanation :
No answer description available for this question.
Be The First To Comment