注意:此页面搜索的是所有试题
下面程序段的输出结果是(  )
main( )
{ int s, p;
s=p=5;
p=--s;
p++;++p;
printf(" %d\n " ,p);

参考答案