单项选择题执行下列程序后,输出的结果是( )。 #include<stdio.h> #define S(X) X*X void main() int a=9,k=3,m=2; a =S(k+m) S(k+m); printf( %d ,
单项选择题语句int(*ptr)()的含义是( )。