以下各语句或语句组中,不正确的是( )。
(A)char s[] = "abcde";
(B)char *s = "abcde";
(C)char s[100]; s = "abcde";
(D)char *s; s = "abcde";
Copyright ©