Vidyalelo
Computer Science · Q63

Object Oriented Programming Using C++

Engineering and GATE · Computer Science · question 63

Q63

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'
Answer
E.
None of the above

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board