问题
-
下面程序的运行结果是()。include<iostream.h>void main(){int i=1;while(i<=8)if(i%3!=2)cont
-
下面程序段的输出结果是______。class Test{ public static void main(String args[ ]){ MyThread
-
下面程序的运行结果是 #include<iostream.h> Void main() { int num=1; int &ref=num;ref=
-
下面程序的运行结果是void swap(int *a,int *b){ int *t; t=a;a=b;b=t;}main(){ int x=3,y=5,*p=
-
执行下面程序段的输出结果为()。 public class Q { public static void main(String argv[]) {
-
下面程序的运行结果是 #include void main( ) { int i=1; while(i
最新题目