【单选题】【消耗次数:1】
若有定义:structteacher{intnum;charsex;intage;}teacher1;则下面叙述错误的是()。
struct是结构类型的关键字
structteacher是用户定义的结构类型
num、sex、age都是结构变量teacher1的成员
teacher1是结构类型名
参考答案:
复制
纠错
相关题目
【单选题】 若有定义:structstudent{intnum;charsex;intage;}stu1;下列叙述不正确的是()。
①  student是结构体类型名
②  structstudent是结构体类型名
③  stu1是用户定义的结构体类型变量名
④  num,sex,age都是结构体变量stu1的成员
【单选题】 下列()对结构类型变量定义是错误的。
①  structteacher{intnum;intage;}teach1;
②  struct{intnum;intage;}teach1,teach2;
③  struct{intnum;intage;}teacher;structteacherteach1;
④  structteacher{intnum;intage;};structteacherteach1;
【单选题】 下列()对结构类型变量定义是错误的。
①  struct teacher {int num; int age; } teach1;
②  struct {int num; int age; } teach1, teach2;
③  struct {int num; int age; } teacher; struct teacher teach1;
④  struct teacher {int num; int age; } ; struct teacher teach1;
【多选题】 以下对结构体变量stu1中成员age的合法引用是() structstudent {intage; intnum; }stu1;
①  stu1.age
②  stu1.num
③  student.age
④  student.num
【单选题】 student是一个结构体类型,则结构体变量定义正确的是()
①  struct student a
②  a student
③  struct a
④  以上都不对
【判断题】 可以不指定类型名而直接定义结构体类型变量。
①  正确
②  错误
【多选题】 以下说法正确的是(  )。#include stdio.hint main(){struct student // 声明结构体类型struct student {int num;char name[20];float score;}student1;
①  student是变量名
②  student是类型名
③  student1是变量名
④  student1类型名
【单选题】 若有以下类型说明,则叙述错误的是()。typedefunion{charname[10];intage;}ustu,*umy;
①  umy是指向共用体类型ustu的指针类型名
②  ustu是一个共用体类型名
③  umy是一个共用体类型名
④  age是共用体类型ustu的成员
【单选题】 若有定义:structstudent{intnum;charname[8];charsex;floatscore;}stu1;则变量stu1所占用的内存字节数是()。
①  15
②  16
③  8
④  19
【判断题】 可以先声明结构体类型,再定义该类型的变量。
①  正确
②  错误
随机题目
【单选题】 4.1.1当边际成本小于平均成本时,产量的进一步增加将导致( )。
①  A平均成本上升
②  B平均成本可能上升也可能下降
③  C总成本下降
④  D平均成本一定是处于减少状态
【单选题】 4.1.5厂商长期内产量加倍,而平均成本下降,意味着( )。
①  A存在规模经济
②  B存在规模不经济
③  C规模收益不变
④  D规模收益递减
【单选题】 4.1.3在两种生产要素投入情况下,其最优组合是( )。
①  A等产量线与等成本线相交之点
②  B等产量线与等成本线相切之点
③  C等产量线与等成本线相离之点
④  D离远点最远的等产量线上的点
【单选题】 4.1.4随着产量的增加,平均固定成本会( )。
①  A保持不变
②  B先下降再上升
③  C先上升再下降
④  D一直下降
【判断题】 3.2.3离圆点越近的无差异曲线代表的效用越大。( )
①  正确
②  错误
【判断题】 3.2.1某消费者对某种商品消费数量感到足够,说明他对该商品的边际效用达到最大。( )
①  正确
②  错误
【判断题】 3.2.2无差异曲线的斜率为正。( )
①  正确
②  错误
【判断题】 3.2.4在同一条无差异曲线上,消费者得到的效用水平是一样的。( )
①  正确
②  错误
【判断题】 3.2.5在无差异曲线和预算线的交点上,消费者所得到的效用达到最大。( )
①  正确
②  错误
【单选题】 3.1.5消费者花费所有收入所能购买的商品组合的曲线是( )。
①  A需求曲线
②  B供给曲线
③  C无差异曲线
④  D预算线