单项选择题

下列程序的输出结果是( )。
#include<iostream.h>
void main()

char*Str;
str="testI";
cout<<str[5];

A.test!
B.test
C.空字符
D.异常