题目内容
下面程序的运行结果是——。#include int a=5;int b=7;void main(){int a=4,b=5,C;C=plus(a,b);printf(”A+B=%d\n”,C);}int plus(int X,int Y){int z;z=X+Y:retum(z);}
查看答案
搜索结果不匹配?点我反馈
更多问题