题目内容

下面哪个函数用于分配内存空间

A. malloc
B. free
C. return
D. File

查看答案
更多问题

已知有代码struct Student{int number;struct student *next;}*p,*q;下面哪个选项可以让指针p的next成员指向q()。

A. p->next=q
B. q->next=p
C. p->next=q->next
D. p->next=q.next

已知有typedef int INTEGER;下面哪个和其它3个不等效?()

A. int a,b;
B. INTEGER a,b;
C. INTEGER a;INTEGER b;
D. intINTEGER a,b;

已知有typedef struct student STU;下面和struct student s1;等效的是?()

A. STU s1;
B. student STU s1;
C. struct STU s1;
D. typedef STU s1;

v. 粘贴;粘合

答案查题题库