填空题

以下程序的输出结果是 【16】 。 main() { char*p[]={"BOOL","OPK","H","SP"}; int i; for(i=3;i>0;i--,i--)printf("%c",*p[i]); printf("\n");}

【参考答案】

SO