Purser presents all the seaman’s books to the ________A.PilotB.Customs OfficerC.Immigration OfficerD.Agent

Purser presents all the seaman’s books to the ________

A.Pilot

B.Customs Officer

C.Immigration Officer

D.Agent


相关考题:

已知如下定义: String s = "story"; 下面哪些表达式是合法的?() A.s += "books";B.char c = s[1];C.int len = s.length;D.String t = s.toLowerCase();

下列语素,()词缀语素。A、手表的“表”B、梳子的“子”C、伟大的“大”D、books中的“s”

已知有定义:Strings="story",下面()表达式是合法的。A.s+="books";B.charC=s[1];C.intlen=s.length;D.Strings=s.toLowerCase();

AclienthastheneedtorebootoneoftheirVirtualIOServers.Whatcommand(s)wouldberuntolisttheclientsthataredependantonVirtualIOServerdiskandnetworkresources?() A.lsmap-all-netB.lsclient-disk-netC.lsdev-virtual-clientD.lsmap-all;lsmap-net

Every entry required to be made in the Official Logbook shall be signed by the ______.A.Mate on watchB.Master and Chief Mate or other member of the crewC.Master onlyD.Purser,one of the Mates,and some other member of the crew

There are some new books in the school library.They are__books.A.childB.childrens'C.childrenD.children's

06410101:若有语句:char s1[10], s2[10]={"books"},则能将字符串books赋给数组s1的正确语句是()。A.s1={"books"};B.strcpy(s1,s2);C.s1=s2;D.strcpy(s2,s1);

若有声明语句char s1[10]={0},s2[10]="books";则能将字符串“books”赋给数组s1保存的语句是()。A.strcat(s1,s2);B.s1="books";C.s1=s2;D.strcpy(s2,s1);

purser指主任乘务长。

29、如下程序的输出结果是 int main() { char books[][20]={"English","Math","Physical"}; int i,j; for(i=0;i<3;i++) { strcat(books[i],"book"); } printf("%s",books[i-1][3]); return 0; }A.PhysicalbookB.sicalC.PhysicalD.sicalbook