当前位置: X题卡 > 所有题目 > 题目详情

设有定义:char s[81]; int i=0;,以下不能将一行(不超过80个字符)带有空格的字符串正确读入的语句或语句组是( )。

查看本题答案

你可能感兴趣的试题

gets(s);  while((s[i++]=getchar())!='');s[i]='/0';  scanf("%s",s);  doscanf("%c",&s[i]);while(s[i++]!='');s[i]='/0'  
gets(s);  while((s[i++]=getchar())!=’’);s[i]=’/0’;  scanf("%s",s);  doscanf("%c",&s[i]); while(s[i++]!=’’);s[i]=’/0’;  
viod (*pf)(); pf=fun;  viod *pf(); pf=fun;  viod *pf(); *pf=fun;  viod(*pf)(int,char);pf=&fun;  
scanf("%s",s);  while((s[i++]=getchar())!=’’);s[i]=’/0’;  gets(s);  doscanf("%c",&s[i]);while(s[i++]!=’’);s[i]=’/0’;  
gets(s);  while((s[i++]=getchar())!=''); s[i]='/0';  scanf("%s", s);  do{ scanf("%C", &s[i]);} while(s[i++]!=''); s='/0';  
gets(s);  while((s[i++]=getchar())!=′′);s[i]==′/0′  scanf("%s",s);   do{scanf("%c",&s[i]);}while(s[i++]!=′′);s[i]=′/0′;  
gets(s);  while((s[i++]=getchar())!='');s[i]='/0';  scanf("%s",s);  doscanf("%c",&s[i]);while(s[i++]!='');s[i]='/0'  
gets(s);  scanf("%s",s);  while((s[i++]=getchar())!='');s[i]='/0';  do{scanf("%c",&s[i]);}while(s[i++]!='');s[i]='/0';  
void(*pf)(); pf=fun;  viod *pf(); pf=fun;  void *pf(); *pf=fun;  void(*pf)(int, char); pf=&fun;  
gets(;  white((s[i++]=getchar())!='');s=/0;  scanf("%s",;  d0{scanf("%c",&;}while(s[i++]!='';s='/0';  
gets(s);  while((s[i++]=getchar())!=’’); s[i]=’/0’;  scanf("%s", s);  do{scanf("%c", &s[i]); }while(s[i++]!=’’); s[i]=’/0’;  
gets(s);  scanf("%s",s);  while((s[i++]=getchar())!=’’);s[i]=’/0’;  doscanf("%c",&s[i]);)while(s[i++]!=’’);s[i]=’/0’;  
gets(s);  white((s[i++]=getchar())!='');s[i]=/0;  scanf("%s",s);  d0scanf("%c",&s[i]);while(s[i++]!='';s[i]='/0';  

热门试题

更多