單項(xiàng)選擇題
Which of the following is not specified by the following code segment:for(c = 1; c <= 10; c++)()
Which of the following is not specified by the following code segment:for(c = 1; c <= 10; c++)()
單項(xiàng)選擇題
The program segment int counter = 1;do {printf(“%i”, counter);} while(++counter <= 10); will__()
The program segment int counter = 1;do {printf(“%i”, counter);} while(++counter <= 10); will__()