题目内容

有如下函数和变量定义int a=25;执行语句print_value(&a);后的输出结果是()。void print_value(int *x){ printf("%d",++*x); }

A. 25
B. 24
C. 26
D. 23

查看答案
更多问题

若有定义int n=0,*p=&n,*q=p;则以下选项中,正确的赋值语句是()。

A. p=1;
B. q=&p;
C. q=2;
D. *p=5;

I can tell you a much more funnier story than that.

Dick's behavious is more courteous than Bob.

Jones teaches much more friendly than Johnson.

答案查题题库