问题详情
若执行下述程序时,若从键盘输入6和8时,结果为 main() { int a,b,s; scanf("%d%d",&a,&b); s=a if(a<b) s=b; s*=s; printf("%d",s);}
A.36
B.64
C.48
D.以上都不对
请帮忙给出正确答案和分析,谢谢!