wss71104307 发表于 2013-1-27 04:50:03

一道笔试题

int a,b,c;int *p;a=100;c=10;p=&c;b=a/*p;printf("%d",b); 
编译错误: 未结束的注释
页: [1]
查看完整版本: 一道笔试题