【系統公告】頁面上方功能列及下方資訊全面更換新版,『舊用戶且擁有VIP』可再切回舊版。 前往查看

计算机等级考试— 二级—《C语言 》題庫下載題庫

上一題
45.有以下说明和定义语句  struct student  { int age; char num[8];};  struct student stu[3]={{20,"200401"},{21,"200402"},{109,"200403"}};  struct student *p=stu; 资料来源:东方教育网全国计算机等级考试频道 Http://www.eastedu.com.cn  以下选项中引用结构体变量成员的表达式错误的是 
(A) (p++)->num
(B)p->num
(C)(*p).num
(D)stu[3].age


45.有以下说明和定义语句  struct student  { i..-阿摩線上測驗