题目内容

以下程序运行的结果是() 。#include”stdio.h”main(){ struct date{ int year , month , day ;} today ;printf(“%d\n”,sizeof(struct date));}

A. 6
B. 8
C. 10
D. 12

查看答案
更多问题

在一个单链表中,若在P所指结点之后插入S所指结点,则执行()。

A. s->next=p;p->next=s;
B. s->next=p->next;p->next=s;
C. s->next=p->next;p=s;
D. p->next=s;s->next=p;

若对员工数组进行排序,下面函数声明最合理的为( )。

A. void sort( struct Emplyee );
B. void sort( struct Emplyee *);
C. void sort( struct Emplyee []);
D. void sort( struct Emplyee *[]);

弗洛伊德把人们当前能够注意到的心理活动称为( )

A. 意识
B. 潜意识
C. 前意识
D. 梦
E. 第六感

目前未被注意到或不在意识中,但通过自己集中注意或经他人提醒又能意识到的心理活动称为( )

A. 意识
B. 潜意识
C. 前意识
D. 梦
E. 第六感

答案查题题库