单项选择题结构型变量占用内存的字节数是( )
单项选择题运行下列程序后,输出结果是( ) f(int x,int y,int *z) return(*z=x*x+y*y); main() int a=3; f(f(1,2,&a),f(1,2,&a),&a); pintf( % ,a);