问题
-
以下程序的输出结果是 include
void prt (int *x, int*y, int*z) {printf("%d, -
下列程序的输出结果是()。 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> main() {int a=2,b=3,p; p=f(a,B) ; pdntf("%d",p);
-
下列程序的输出结果是()。 #include<stdio.h> VOid p(int *x) {printf("%d",++*x); } void main()
-
下列程序的输出结果为 include<iostream.h> int func(int n) {if(n<1) return 1; else retur n