题目内容
有以下程序:#include int f( int x,int y){ return((y-x)*x);}int main(){ int a=3,b=4,c=5,d;d=f(f(a,b),f(a,c));printf("%d\n",d);return 0;}程序运行后的输出结果是()。
查看答案
搜索结果不匹配?点我反馈
更多问题