执行下面程序中的输出语句后,
Main()

执行下面程序中的输出语句后,
Main()
{
Int a;
Printf("%d\n",(a=3*5,a*4),a+5);
}
A的值是______。

A.15

B.20

C.10

D.60

正确答案是A