当前位置:百科知识 > 计算机应用试题

问题描述:

[单选] 以下程序段中,不能正确赋字符串(编译时系统会提示错误)的是:
A.char s[10]="abcdefg"; B.char t[]="abcdefg",*s=t; C.har s[10];s="abcdefg"; D.char s[10];strcpy(s,"abcdefg");
参考答案:查看
答案解析:
☆收藏

随机题目