网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
数据结构里,以下不是定义结构体的关键字的是()。
- A、struct
- B、static
- C、strcat
- D、strcpy
参考答案
更多 “数据结构里,以下不是定义结构体的关键字的是()。A、structB、staticC、strcatD、strcpy” 相关考题
考题
若有以下说明语句:structstudent{intnum;charname[];floatscore;}stu;则下面的叙述不正确的是:()A、struct是结构体类型的关键字B、structstudent是用户定义的结构体类型C、num,score都是结构体成员名D、stu是用户定义的结构体类型名
考题
设有以下说明语句:structstu {int a;floatb;}s;下面的叙述不正确的是()A、struct是结构体类型的关键字B、structstu是用户定义的结构体类型C、s是用户定义的结构体类型名D、a和b都是结构体成员名
考题
数据结构里,定义名称为plan结构体,plan结构体有个成员变量叫time类型是字符数组,定义了prior是plan类型的指针变量,如何引用prior的time成员()。A、prior-timeB、prior.timeC、prior.time[0]D、prior-time[0]
考题
单选题设有如下语句
typedefstructDate
{
intyear;
intmonth;
intday;
}DATE;
则以下叙述中错误的是( )。A
DATE是用户定义的结构体变量B
struct Date是用户定义的结构体类型C
DATE是用户说明的新结构体类型名D
struct是结构体类型的关键字
考题
单选题数据结构里,定义名称为plan结构体,其有5个元素的结构体数组的定义方式是()。A
struct plan数组名[5];B
struct plan数组名[10];C
plan struct数组名[5];D
plan数组名[5];
考题
单选题数据结构里,定义名称为plan结构体,plan结构体有个成员变量叫time类型是字符数组,定义了prior是plan类型的指针变量,如何引用prior的time成员()。A
prior-timeB
prior.timeC
prior.time[0]D
prior-time[0]
考题
判断题数据结构中,定义结构体使用struct关键字。A
对B
错
热门标签
最新试卷