() of these books are yours? A、WhatB、WhichC、How
() of these books are yours?
A、What
B、Which
C、How
相关考题:
16 His handwriting is ______yours.A. more betterB. as well asC. much better thanD. as better as
30、如下程序的输出结果是 int main() { char books[][20]={"English","Math","Physical"}; int i,j; for(i=0;i<3;i++) { for(j=0;books[i][j]!=0;j++){ if(books[i][0]<books[i][j]) books[i][0]= books[i][j]; } } printf("%c",books[0][0]); return 0; }A.EB.sC.nD.h