【判断题】在PowerPoint中,剪切画有静态和动态两种形式。
【单选题】有以下说明和定义语句 struct student{ int age; char num[8]; }; struct student stu[3]={{20,"200401"},{21,"200402"},{19,"200403"}}; struct student *p=stu; 以下选项中引用结构体变量成员错误的是
【单选题】有以下说明和定义语句 , 以下选项中引用结构体变量成员的表达式错误的是( ) struct student { int age; char num[8];}; struct student stu[3]={{20,"200401"},{21,"200402"},{19,"200403"}}; struct student *p=stu;
【判断题】在 PowerPoint2007中,剪切画有静态和动态两种形式。
【单选题】有以下说明和定义语句,以下选项中引用结构体变量成员的表达式错误的是( )。 struct student { int age; char num[8];}; struct student stu[3]={{20,"200401"},{21,"200402"},{10\9,"200403"}}; struct student *p=stu;