单项选择题对长度为n的线性表进行顺序查找,在最坏情况下所需要的比较次数为( )。
单项选择题有以下程序: #include <stdio.h> #define f(x) x*x main() int i; i=f(4+4) f(2+2); priatf( %d n ,i); 执行后的输出结果是( )。