Multiple choice:The following statement in C language is correct.
The following statement in C language is correct.
@[D](2)
A. You cannot use do... While statements to form a loop
B. Do... While statements constitute a loop, you must use the break statement to exit
C. Do... While statements form a loop that ends when the expression value in the while statement is nonzero
D. Do... While statements form a loop that ends when the expression value in the while statement is zero
A. You cannot use do... While statements to form a loop
B. Do... While statements constitute a loop, you must use the break statement to exit
C. Do... While statements form a loop that ends when the expression value in the while statement is nonzero
D. Do... While statements form a loop that ends when the expression value in the while statement is zero
answer:D
@[D](2)
A. You cannot use do... While statements to form a loop
B. Do... While statements constitute a loop, you must use the break statement to exit
C. Do... While statements form a loop that ends when the expression value in the while statement is nonzero
D. Do... While statements form a loop that ends when the expression value in the while statement is zero
A. You cannot use do... While statements to form a loop
B. Do... While statements constitute a loop, you must use the break statement to exit
C. Do... While statements form a loop that ends when the expression value in the while statement is nonzero
D. Do... While statements form a loop that ends when the expression value in the while statement is zero
answer:D