单项选择题

有以下程序:
#include <stdio.h>
main()
{
int*p,x=100;
p=&x;x=*p+10;
printf("%d\n",x);
}
程序运行后的输出结果是______。

A.110
B.120
C.100
D.90
题目列表

你可能感兴趣的试题

微信扫码免费搜题