填空题

"printf("%d\n",strlen("\t\"’\023\xABC\n"));"语句的输出结果是______。

【参考答案】

F
<上一题 目录 下一题>
热门 试题

填空题
仅由顺序、选择(分支)和重复(循环)结构构成的程序是 (4) 程序。
填空题
阅读下面语句,则程序的执行结果是______。 #include stdio.h main() inta=-1,b=1,k; if((++a<0)&&! (b--<=0)) printf( %d,%d n ,a,b); else printf( %d,%d n ,b,a);
相关试题
  • 以下程序运行后的输出结果是______。...
  • 设有定义: structint a;float b;char...
  • 设有下列的程序段; char str[]= Hel...
  • 以下程序用来判断指定文件是否能正常打开,...
  • 下列程序的输出结果是______。 long...