在循环结构中使用break语句或者continue语句,其作用是相同的。
查看答案
冒泡排序效率较高,因为它只需要约n2/2次比较。
A. 对
B. 错
continue statement can be only used in loop body.
The following code fragment outputs the string str . The loop condition str[i]!='\0' can be replaced by( ). char str[80]="hello, world";for (i = 0; str[i] != '\0'; i++) putchar(str[i]);
A. str[i]
B. i < 80
C. !(str[i] = '\0')
D. i<= 80
Listen to a conversation between an accountant and her client. Choose the correct answer.1. What is the dialogue mostly about?
A. selling materials
B. increasing sales tax
C. descrinbing new taxes
D. explaining a type of tax