填空题

下列程序的输出结果是______。 main() { int a=2,b=4,e=6; int*p1=&a,*p2=&b,*p; *(p=&c)=*p1*(*p2); printf("%d\n",c); }

【参考答案】

H