单项选择题执行下面程序中的输出语句后,a的值是( )。 #include <stdio.h> main() int a; printf( %d n ,(a=3*5,a*4));
单项选择题以下选项中,能定义s为合法的结构体变量的是( )。