法国巴黎有名的凯旋门是为了纪念()建造的。
参考答案:拿破仑
个人贷款的额度可以根据申请人所能提供的()确定。
A.质押担保
B.保证担保
C.抵押担保
D.资信情况
E.收入证明
有以下说明和定义语句: struct student { int age; char num[8];}; struct student stu[3]={{20,"200401"},{21,"200402"},{10\9,"200403"}}; struct student *p=stu; 以下选项中引用结构体变量成员的表达式错误的是( )。
A.(p++)->num
B.p->num
C.(*p).num
D.stu[3].age