问题
-
下列程序的输出结果是()。 include<stdio.h> main() {int a=0,i; for(i=1;i<5;i++) {switch(i) {
-
若执行下列程序时从键盘上输入2,则输出结果是()。 inClude<Stdio.h> main() {int a; scanf("%d",
-
下列程序的输出结果是()。 #include<stdio.h> VOid p(int *x) {printf("%d",++*x); } void main()
-
阅读下列程序,程序的输出结果是 #include"stdio.h" main() { intm,n; floatk; for(m=6;
-
以下程序的输出结果是【 14 】#include <stdio.h> #include <stdio.h>#include <st
-
下列程序向文件输出的结果是 _____。 #include stdio.h main(); }