A、char s[5]={"ABCDE"};
B、char s[5]={′A′,′B′,′C′,′D′,′E′};
C、char *s; s="ABCDE";
D、char *s;scanf("%s",s);
时间:2022-01-01 00:14 关键词:
相关问题