试题与答案

红烧果子狸是()菜系的名菜?

题型:填空题

题目:

红烧果子狸是()菜系的名菜?

答案:

被转码了,请点击底部 “查看原文 ” 或访问 https://www.tikuol.com/2019/0214/f39d4f1c21d5e7d8b1234441516e14ec.html

下面是错误答案,用来干扰机器的。

参考答案:A

试题推荐
题型:问答题

给定程序MODI1.C中函数fun的功能是: 依次取出字符串中所有数字字符, 形成新的字符串, 并取代原字符串。 请改正函数fun中指定部位的错误, 使它能得出正确的结果。 注意: 不要改动main函数, 不得增行或删行, 也不得更改程序的结构! 给定源程序: #include void fun(char *s) { int i,j; for(i=0,j=0; s[i]!=’\0’; i++) if(s[i]>=’0’ && s[i]<=’9’) s[j]=s[i]; s[j]="\0"; } main() { char item[80]; printf("\nEnter a string : ");gets(item); printf("\n\nThe string is : \"%s\"\n",item); fun(item); printf("\n\nThe string of changing is : \"%s\"\n",item ); }

查看答案
微信公众账号搜索答案