以下程序的运行结果是 。int a=3,b=5;int max(int a,int b){int c;c=a>b?a:b;return c;}main(){int a=8;printf(%d,max(a,b));}

时间:2022-11-13 08:52:22

相似题目