单项选择题对长度为n的线性表进行顺序查找,在最坏情况下,所需要的比较次数为
单项选择题有以下程序 main() char str [] [10]= China , Beijing ,*p=str; printf( %s n ,p+10); 程序运行后的输出结果是