软件水平考试程序员易错题(2018/3/24) |
第1题:设指针变量p1、 p2已经指向同一个数组的元素,则下列表达式中错误的是( )
A、p1=p2 B、p1==p2 C、p1-p2 D、p1+p2 |
【单选题】: |
第2题:不属于C语言保留字的是( )
A、for B、goto C、if D、loop |
【单选题】: |
第3题:在以下字符列中,合法的长整型常数是( )
A、OL B、4962710 C、0.054838743 D、2.1869el0 |
【单选题】: |
第4、5、6、7、8题:Aninstructionismadeupofoperationsthat__(66)__thefunctiontobeperformedandoperandsthatrepresentthedatatobeoperatedon.Forexample,ifaninstructionistoperformtheoperationof__(67)__twonumbers,itmustknow__(68)__thetwonumbersare.Theprocessor'sjobisto__(69)__instructionsandoperandsfrommemoryandtoperformeachoperation.Havingdonethat,itsignalsmemorytosendit__(70)__instruction.
66. A、skip B、smile C、smoke D、specify 67. A、adD、B、addeD、C、adding D、addition 68. A、when B、where C、which D、who 69. A、get B、make C、push D、put 70. A、ant B、last C、next D、secon |
【单选题】: |
【单选题】: |
【单选题】: |
【单选题】: |
【单选题】: |
第9题:下列字符中属于键盘符号的是( )
A、\ B、\n C、\t D、\b |
【单选题】: |