设有如下的程序段:char str[]="HelloW

设有如下的程序段:

char str[]="HelloWorld";
char*ptr;
ptr=str;

执行上面的程序段后,*(ptr+10)的值为(    )。

答案
A

题目信息

题号:3327
题型:单选题
难度:普通