单项选择题
A) gets(s); B) white((s[i++]=getchar())!='\n');s[i]=\0; C) scanf("%s",s); D) d0scanf("%c",&s[i]);while(s[i++]!='\n';s[i]='\0';