单项选择题在长度为64的有序线性表中进行顺序查找,最坏情况下需要比较的次数为【 】。
单项选择题有以下程序main( ){ union{ unsigned int n;unsigned char c;}ul;ul.c=''A'';printf( %c n ,ul.n);}执行后输出结果是( )。