通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
设有如下的程序段:
char str[]="HelloWorld"; char*ptr; ptr=str;
执行上面的程序段后,*(ptr+10)的值为( )。