单项选择题

下列语句中,正确的是______。

A.char str="abcde";
B.char*str="abcde";
C.char str[5]="abcde";
D.char*str[5]="abcde";