单项选择题执行下面程序中的输出语句后,a的值是( )。 #include <stdio.h> main() int a; printf( %d n ,(a=3*5,a*4));
单项选择题以下说法中正确的是( )。