填空题

下列程序舶输出结果是 【12】 。 #include <stdio.h> main() { int a[5]={2,4,6,8,10},*p; p=a;p++; printf("%d",*p); }

【参考答案】

D