问题 填空题

下面程序的运行结果是 【13】
#include<iostream.h>
void main()

char s[]="9876",*p;
for(p=s;p<s+2;p++)
cout<<p;

答案

参考答案:9876876

问答题
问答题 简答题