Multiple Choice
In C,the ____ statement skips the remainder of the loop body and resumes execution with the next evaluation of the control expression.
A) break
B) skip
C) update
D) continue
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q20: All languages restrict expressions from producing side
Q21: A sentinel-based loop is often used in
Q22: In C++,exception handlers are associated with _
Q23: Syntactic sugar is a language construct that
Q24: Ada uses a(n)_ for its if-statements.<br>A) enclosing
Q26: A general form for a loop construct
Q27: Synchronous errors occur in direct reaction to
Q28: In the guarded if statement,the _ are
Q29: Operators can be written in infix,postfix,or prefix
Q30: The do statement ensures that the code