在以下定义的结构体数据类型中,能够用来定义链表结点的是________。
A. struct node{ char name[10]; char *next;};
B. struct node{ char name[10];int next;};
C. struct node{ char name[10];struct node *next; };
D. struct node{ char name[10];char *node;};
查看答案
定义结构体类型时,系统会根据各个成员的大小为其分配内存空间
A. 对
B. 错
以下代码将定义结构体类型,并定义结构体变量stu1和stu2。(第8章结构体程序设计)student stu1,stu2;struct student{ char num[5];int score;};
A. 对
B. 错
以下结构体类型,能够用来定义链表结点变量。(第8章结构体程序设计)struct node{ char name[10];struct node *next;};
A. 对
B. 错
不属于钢筋混凝土结构的是
A. 框架结构
B. 框架剪力墙结构
C. 框支剪力墙结构
D. 砖混结构