库内接货是指仓储企业在仓库内接到存货委托人送来的物品。至于物品是谁送来的这些对仓储企业并不重要。一般仓库和供货单位不在同城。()
查看答案
仓库自行接货是指仓储企业直接到存货委托人指定的企业接货的一种方式。接货的运输工具可以是仓库自备的,也可以是租用的。()
A. 对
B. 错
物品依据的包装形态可分为散装物品、件杂货、单元货(托盘化、集装化)三种形态。()
A. 对
B. 错
根据以下定义,能输出字母M的语句是()。structperson{charname[9];intage;};structpersonclass[10]={"John",17,"Paul",19,"Mary",18,"Adam",16,};
A. printf("%c\n",class[3].name[1]);
B. printf("%c\n",class[3].name[1]);
C. printf("%c\n",class[2].name);
D. printf("%c\n",class[2].name[0]);
以下程序的输出结果是()。main(){structcmplx{intx;inty;}cnum[2]={1,3,2,7};printf("%d\n",cnum[0].y/cnum[0].x*cnum[1].x);}
A. 0
B. 1
C. 3
D. 6