

MCQOPTIONS
Saved Bookmarks
1. |
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. | |