单项选择题执行下列程序的输出结果是( )。 main() union int b; char c[2]; y; y.b=0x4142; printf( %c,%c ,y.c[1],y.c[0]);
单项选择题在最坏情况下,下列排序方法中时间复杂度最小的是( )。