單項選擇題

以下程序段的輸出結果為(). 
char c[]="abc"; 
int  i=0; 
do while(c[i++]!=’\0’);printf("%d",i-1);

A.abc
B.ab
C.2
D.3


您可能感興趣的試卷