Don’t forget to ___ your school things when you have finished your homework.
A. put away
B. put off
C. put up
查看答案
Sorry, there is no direct airline ___Taiwanand the mainland.
A. along
B. in
C. between
The teacher asks the class to ___ their hands if they have any questions.
A. put away
B. put up
C. put down
若有说明语句:int a,b,c,*d=&c;,能正确从键盘读入三个整数分别赋给变量a、b、c的语句是( )。
A. scanf ("%d%d%d",&a,&b,d);
B. scanf ("%d%d%d",a,b,d);
C. scanf ("%d%d%d",&a,&b,&d);
D. scanf ("%d%d%d",a,b,*d);
若有以下定义,则赋值正确的是( )。int a ,b , *p;float c, *q;
A. p=&c
B. q=p
C. p=NULL
D. q=new int