A、Well, I see.
B、All right! Thanks for inviting me.
C、Come on, let s go.
第1题:
A.should
B.have to
C.must
D.would
第2题:
“You ____ have a wrong number,” she said. “There’s no one of that name here.”
A. need
B. can
C. must
D. would
第3题:
下列不能用来作为变量名的是?
A.You.name
B.Apple
C.WONDER
D.Come_here
第4题:
以下程序的输出结果是 ( ) enum weekday {sun=7,mon=1,tue,wed,thu,fri,sat}; main( ) { enum weekday workday,week_end; int i,a [8]; workday=tue; week end=sun; pritnf("\ntuesday=%d sunday=%d", wotkday, week_end); workday=sun+tue; week_end=(enum weekday)3; printf ("tuesday=%d sunday=%d", workday week_end); a[sun]=sun; a[mon]=mon a[tue]=tue; a[wed]=wed; a[thu]=thu; a[fri]=fr; a[sat]=sat; for(i=1;i<7;i+ +) printf("%d",a [i]); }
A.tuesday=2 sunday=7;tuesday=2 sunday=7;1 2 3 4 5 6 7
B.tuesday=2 sunday=7;tuesday=9 sunday=3;1 2 3 4 5 6 7
C.tuesday=0 sunday=7;tuesday=2 sunday=3;1 2 3 4 5 6 7
D.tuesday=1 sunday=2;tuesday=3 sunday=4;1 2 3 4 5 6 7
第5题:
10、下列不能用来作为变量名的是?
A.Come_here
B.You.name
C.WONDER
D.Apple
第6题:
11、下列不能用来作为变量名的是?
A.You.name
B.Apple
C.WONDER
D.Come_here