单项选择题

设有如下的程序段:
char str[]="Hello";
char *ptr;
ptr=str;
执行完上面的程序段后,*(ptr+5)的值为( )。

A.'o'
B.'\0'
C.不确定的值
D.'o'的地址