单项选择题对下述程序,正确的判断是( )。 main() int a,b; scanf( %d ,&
单项选择题执行下列程序的输出结果是( )。 main() union int b; char c[2]; y; y.b=0x4142; printf( %c,%c ,y.c[1],y.c[0]);