题目内容
下面程序的输出结果是( )#include int func(int a,int b){ static int c=0;c+=a+b;return c;}int main(){ int x=6, y=7, z=8, r;r=func((x--,y++,x+y),z--);r+=func(x,y);printf( "%d\n",r);return 0;}
查看答案
搜索结果不匹配?点我反馈
更多问题