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

Join The Discussion