-->
当前位置:首页 > 题库 > 正文内容

Multiple choice:The following statement in C language is correct.

Luz4年前 (2021-05-10)题库455
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

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。