填空题

以下程序的输出结果是 [10] 。 char s[ ]="XYZQ"; void main(){ char *p; for(p = s; p < s+4; p++) cout<<p<<end1; }

【参考答案】

XYZQ