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