单项选择题以下叙述正确的是______
单项选择题以下程序的输出结果是______ #define f(x)x*x main(){int a=5,b=2;int c;c=f(a) f(b); printf( %d n ,c);}