A.海關對進出境運輸工具的檢查不受海關監管區域的限制
B.在海關監管區和海關附近沿海沿邊規定地區,檢查走私嫌疑人的身體要經關長批準
C.在海關監管區和海關附近沿海沿邊規定地區以外,檢查有走私嫌疑的運輸工具要經關長批準
D.在海關監管區和海關附近沿海沿邊規定地區,檢查有藏匿走私貨物.物品嫌疑的場所要經關長批準
第1題
有以下說明和定義語句 struct student { int age;char num[8]; struct student stu[3]={{20,"200401"},{21,"200402"},{19,"200403"}}; struct student *p=stu;}; 以下選項中引用結構體變量成員的表達式錯誤的是
A.(p++)->num
B.p->num
C.(*p).num
D.stu[3].age
第2題
有以下說明和定義語句:
struct student
{int age;char num[8];);
struct student stu[3]={{20,"200401"},(21,"200402"),(19,"200403"}};
struct student*p=stu;
以下選項中引用結構體變量成員的表達式錯誤的是( )。
(A)(p++)->num (B)p->num (C)(*p).num (D)stu[3].age
第3題
有如下說明和定義語句: struct student { int age; char num{8};}; struct student stu[3]={{20,"200401"},{21,"200402"),{19,"200403"}}; struct student *p=stu; 以下選項中引用結構體變量成員的表達式錯誤的是()。
A.(p++)->num
B.p->num
C.(*p).num
D.stu[3].age
第4題
有以下說明和定義語句struct student{ int age;char num {8};};struct student stu[3]={{20,“200401”},{21,“200402”),{19,“200403”}};struct student *p=stu; 以下選項中引用結構體變量成員的表達式錯誤的是
A.(p++)->num
B.p->num
C.(*p).num
D.stu[3].age
第5題
第6題
A.(p++)->num
B.p->num
C.(*p).num
D.stu[3].age
第7題
A、struct student {int num; char name[10];int age;};stu;
B、struct {int num; char name[10];int age;}student; struct student stu;
C、struct student {int num; char name[10];int age;}stu;
D、struct student {int num; char name[10]; int age;}; student stu;
第8題
A.(p++)->num
B.p->num
C.*p.num
D.stu[0].age
第9題
A.(p++) ->num
B.p- >num
C.(*p).num
D.stu[3].age
第10題
A.stu[0].age
B.stu[2].num
C.stu[1].num
D.stu[3].age
為了保護您的賬號安全,請在“上學吧”公眾號進行驗證,點擊“官網服務”-“賬號驗證”后輸入驗證碼“”完成驗證,驗證成功后方可繼續查看答案!