问题 填空题

分析下列程序,并写出运行结果 [9]
#include<iostream.h>
void main()
int x[10]:
int i=5,*ptr=x;
*(ptr+i)=10;
cout<<x[i]<<end1;

答案

参考答案:J

填空题
单项选择题