没有搜到到结果?点击这里求解答/求资源。
【单选题】
下列选项,可以将数组的指针指向第一个元素的是( )。

restart ()
reset ()
prev ()
current ()
【单选题】
下列选项,可以将数组的指针指向第一个元素的是( )。

restart ()
reset ()
prev ()
current ()
【单选题】
a是一个数组名,则a[i]的指针访问方式是?

*a
a+i
*a+i
*(a+i)
【单选题】
对于一个指针head的带头结点的单链表,判定该表空表的条件是()。

head==NULL
head-next==NULL
head-next==head
head-next=head
【单选题】
The humble bell-boy ______ his tongue reprovingly in front of the princess.

flipped
chuckled
clucked
flickered
【单选题】
At last this intermezzo _____, and I found myself in front of the gigantic City Hall.

came to an end
came to the end
came to end
came to ending
【单选题】
A well-organized Front office is ( ) to the smooth running of any hotel.

essence
essential
essentially
lessen
【单选题】
____ the front door ____, he had to enter the room through the back door.

Seen; painted
Seeing; painted
Being seen; being painted
Seeing; being painted
【判断题】
一维数组元素个数n,则数组元素的最大下标是n,最小下标是0。

正确
错误
【单选题】
假定要访问一个结构指针p所指对象的b指针成员所指向的对象,则表示方法( )。

p-b
p.b
*(p-b)
*(b-p)