【单选题】【消耗次数:1】
若有定义:structstudent{intnum;charsex;intage;}stu1;下列叙述不正确的是()。
student是结构体类型名
structstudent是结构体类型名
stu1是用户定义的结构体类型变量名
num,sex,age都是结构体变量stu1的成员
参考答案:
复制
纠错
相关题目
【多选题】 以下对结构体变量stu1中成员age的合法引用是() structstudent {intage; intnum; }stu1;
①  stu1.age
②  stu1.num
③  student.age
④  student.num
【单选题】 若有定义:structstudent{intnum;charname[8];charsex;floatscore;}stu1;则变量stu1所占用的内存字节数是()。
①  15
②  16
③  8
④  19
【判断题】 可以不指定类型名而直接定义结构体类型变量。
①  正确
②  错误
【单选题】 student是一个结构体类型,则结构体变量定义正确的是()
①  struct student a
②  a student
③  struct a
④  以上都不对
【判断题】 可以引用结构体变量中成员的值,引用方式为结构体变量名.成员名
①  正确
②  错误
【单选题】 若有以下说明语句: structstudent {int charname[ floatscore; }stu; 则下面的叙述不正确的是()
①  struct是结构体类型的关键字
②  structstudent是用户定义的结构体类型
③  num,score都是结构体成员名
④  stu是用户定义的结构体类型名
【判断题】 可以先声明结构体类型,再定义该类型的变量。
①  正确
②  错误
【多选题】 以下说法正确的是(  )。#include stdio.hint main(){struct student // 声明结构体类型struct student {int num;char name[20];float score;}student1;
①  student是变量名
②  student是类型名
③  student1是变量名
④  student1类型名
【单选题】 若有定义:structteacher{intnum;charsex;intage;}teacher1;则下面叙述错误的是()。
①  struct是结构类型的关键字
②  structteacher是用户定义的结构类型
③  num、sex、age都是结构变量teacher1的成员
④  teacher1是结构类型名
【简答题】 已有定义struct Student stu[3],如果要求指针变量p能够指向stu中的元素,则p的基类型应为[填空1]。
随机题目
【判断题】 若函数在[a,b]上不连续就一定不可积。
①  正确
②  错误
【判断题】 若<img class=jc-formula data-tex=\lim _{ x\rightarrow \infty }{ f\left( x \right) } =\infty src=https://huaweicloudobs.ahjxjy.cn/2B2932C130F0A58AE32A94B282F10833.png style=vertical-align: middle;/>,则曲线<img class=jc-formula data-tex=y=f\left( x \right) src=https://huaweicloudobs.ahjxjy.cn/72E9FF883423AE2203009A4CA1A7BC19.png style=vertical-align: middle;/>一定没有水平渐近线。
①  正确
②  错误
【判断题】 若函数<img class=jc-formula data-tex=f\left( x \right) src=https://huaweicloudobs.ahjxjy.cn/FB6E53A56CB8DA138AA7D1A4EBCF7519.png style=vertical-align: middle;/>在[a,b]上连续,则它在该区间上一定可积。
①  正确
②  错误
【判断题】 极值点一定是驻点。
①  正确
②  错误
【判断题】 曲线<img class=jc-formula data-tex=y=\sin { x\quad (0\le x\le \pi )\quad } src=https://huaweicloudobs.ahjxjy.cn/A96B96E98B7710DD9E20FC3539BD466F.png style=vertical-align: middle;/>与x轴所围图形绕x轴旋转一周所生成的旋转体体积等于<img class=jc-formula data-tex=\frac { \pi }{ 2 } src=https://huaweicloudobs.ahjxjy.cn/C7D667AFBD7A8F6FCC456F99F3AFC55F.png style=vertical-align: middle;/>.
①  正确
②  错误
【判断题】 第二类换元积分法可以省略换元及回代步骤。
①  正确
②  错误
【判断题】 <img class=jc-formula data-tex=\int _{ 0 }^{ 1 }{ \sqrt { 2x-{ x }^{ 2 } } } dx=\frac { \pi }{ 2 } src=https://huaweicloudobs.ahjxjy.cn/57693972053FBD335EBDC4E1DCFF7815.png style=vertical-align: middle;/>
①  正确
②  错误
【判断题】 <img class=jc-formula data-tex=\int _{ -1 }^{ 1 }{ (x+\sqrt { 1-{ x }^{ 2 } } )dx=\pi } src=https://huaweicloudobs.ahjxjy.cn/9B03544D065CF293CAAD0222E824516A.png style=vertical-align: middle;/>
①  正确
②  错误
【判断题】 曲线y=<img class=jc-formula data-tex={ e }^{ x } src=https://huaweicloudobs.ahjxjy.cn/00FC70E398ABF6B185393D92CDA0D7CF.png style=vertical-align: middle;/>在(-<img class=jc-formula data-tex=\infty src=https://huaweicloudobs.ahjxjy.cn/68C4A003090F6E39B6BE4544ED67A34E.png style=vertical-align: middle;/>,+<img class=jc-formula data-tex=\infty src=https://huaweicloudobs.ahjxjy.cn/68C4A003090F6E39B6BE4544ED67A34E.png style=vertical-align: middle;/>)内是凹的。
①  正确
②  错误
【判断题】 函数<img class=jc-formula data-tex=f\left( x \right) src=https://huaweicloudobs.ahjxjy.cn/FB6E53A56CB8DA138AA7D1A4EBCF7519.png style=vertical-align: middle;/>的极大值一定大于极小值。
①  正确
②  错误