A.complement
B.compliment
C.complex
D.congress
第1题:
A、TWO
B、Four
C、Three
D、One
第2题:
A.One,two,threeorfourprocessors
B.One,two,orthreeprocessors
C.One,three,orfourprocessors
D.One,twoorfourprocessors
第3题:
第4题:
有以下程序
#include<stdio.h>
#include<string.h>
main( )
{char str[][20]={“Qne*World”,“one*Dream!”},*P=str[1 ].
prinff(“%d,”,strlen(p));printf(“%s\n”,P); ’
}
程序运行后的输出结果是
A.9,One*World S)9,One*Dream!
B.10,One*Dream!
C.10,One*World
第5题:
有以下程序
#include<stdio.h>
#include<string.h>
main( )
{char str[][20]={“Qne*World”,“one*Dream!”},*P=str[1 ].
prinff(“%d,”,strlen(p));printf(“%s\n”,P); ’
}
程序运行后的输出结果是
A.9,One*World S)
B.9,One*Dream!
C.10,One*Dream!
D.10,One*World
第6题: