填空题

写出下列程序的输出结果 ______。 main() { int=0; while(n++<=1); printf("%d,",n); printf("%d",n++); }

【参考答案】

C,C
<上一题 目录 下一题>
热门 试题

填空题
下列程序的功能是对输入的一行字符中的数字字符的字面值累加,输出此累加和,请填空。#include<stdio.h>#include<ctype.h>main(){ char c;int a,s=0;while( ______)if(isdigit(C) ){a=c-’0’;s+=a;}printf( s=%d ,s);}
填空题
Jackson方法是一种面向 ______的结构化方法。
相关试题
  • 若有定义int a[4][4]={{1,2,...
  • 设有下列程序:#include<stdio.h>#inc...
  • 下列程序的输出结果是 ______。#de...
  • 设有下列的程序段:char str[]= Hello...
  • 下列程序输出的结果是______。int m...