题目内容

A.dangerousB.coldC.lonelyD.threatened

A. dangerous
B. cold
C. lonely
D. threatened

查看答案
更多问题

A.disguiseB.disgustC.pretendD.prevent

A. disguise
B. disgust
C. pretend
D. prevent

A.adaptB.adoptC.admitD.assure

A. adapt
B. adopt
C. admit
D. assure

下列字符串中,不可以用作C++标识符的是

A. y_2006
B. _TEST_H
C. Return
D. switch

有如下函数定义;void func(int a,int & b){a++;b++;}若执行代码段:int x=0,y=1;func(x,y);则变量x和y的值分别是

A. 0和1
B. 1和1
C. 0和2
D. 1和2

答案查题题库