下面程序的输出结果为()。 main() { int a,b;b=(a=3*5,a*4,a*5); printf("%d",b); }
A.60
B.75
C.65
D.无确定值
E.B
F.1
正确答案是B