填空题

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

【参考答案】

SO