下面程序的运行结果是【 】。 #include<iostream.h> void main() { char s[]="9876",*p; for(p=s;p<s+2;p++) cout<

admin2009-01-15  24

问题 下面程序的运行结果是【  】。
   #include<iostream.h>
   void main()
   {
        char s[]="9876",*p;
        for(p=s;p<s+2;p++)
        cout<<p;
   }

选项

答案9876876

解析
转载请注明原文地址:https://kaotiyun.com/show/pSkp777K
0

最新回复(0)