试题与答案

表面特质

题型:名词解释

题目:

表面特质

答案:

参考答案:

表面特质处于人格结构的表层,是从外部行为就可以直接观察到的特质。

试题推荐
题型:填空题
根据短文内容,从方框中选词并用其适当形式填空。词只能使用一次。
friend, big, from, we, be, name, in, where, too, student

     I am a new student. My __1__ is Mary. I am thirteen.  I'm in Class Four. This is my classroom. It's
very __2__. This is my small desk.  It's new.  The small desks are for the __3__. That's a big desk. It's
for __4__ teacher.
     __5__ is my bag? Guess,  yes,  it's __6__ my desk. Liu Li and Wang Fang __7__ my classmates. 
They are thirteen, __8__. Liu Li is from Hebei, and Wang Fang is __9__ Shanghai. They are my new
__10__.

查看答案
题型:填空题

下列给定程序中,函数fun()的功能是:实现两个整数的交换。例如给a和b分别输入60和65,输出为:a=65 b=60
请改正程序中的错误,使它能得出正确的结果。
注意:不要改动main函数,不得增行或删行,也不得更改程序的结构。
试题程序;
#include<stdio.h>
#include <conio.h>
/*************found**************/
void fun(int a,b)
int t;
/*************found**************/
t=b;b=a;a=t;

main()
int a,b;
clrscr();
printf("Enter a, b: "); scanf("%d%d",
&a,&b);
fun(&a, &b);
printf("a=%d b=%d\n ", a,b);

查看答案
微信公众账号搜索答案