请在 下方输入 要搜索的题目:

以下正确的程序段是: char *s; scanf("%s", s);|char s[20], *t=s; scanf("%s", t[2]);|char s[20]; scanf("%s", &s);|char s[20]; scanf("%s", &s[2]);

以下正确的程序段是: char *s; scanf("%s", s);|char s[20], *t=s; scanf("%s", t[2]);|char s[20]; scanf("%s", &s);|char s[20]; scanf("%s", &s[2]);

发布时间:2025-10-01 16:47:17
推荐参考答案 ( 由 题搜搜 官方老师解答 )
答案:char s[20]; scanf("%s", &s[2]);
注册 - 搜搜题库网
立即登录