原则上,管辖第一审行政案件的人民法院应为谁()
A、中级法院
B、基层法院
C、派出法庭
D、高级法院
参考答案:B
— Is there a flight to Paris this evening?
— There ______ be. I'll phone the airport and find it out. [ ]
A. must
B. will
C. might
D. can
有以下语句,则对a数组元素的引用不正确的是(0≤i≤9) int a[10]= 0,1,2,3,4,5,6,7,8,9 , *p=a;
A.a[p-a]
B.*(&a [i])
C.p[i]
D.* ( *(a+i)