            (  )char c[]="abc"; int  i=0; do ;while(c[i++]!='\0');cout< A、3
B、ab   
C、abc  
D、2