单项选择题

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

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