问题 填空题

以下程序的输出结果是 [15] 。 #include<iostream. h> void main() {char *p= "12345678" , *r;long *q;q=(long *)p;q++;r= (char *) q:cout<<r; }

答案

参考答案:5678

填空题
判断题