题目内容
以下程序段的输出结果是_____。#include#includemain() printf("%d\n",strlen("s\n\0160end"));} 10.18 以下程序段的输出结果是_____。#include#includemain() {char s[20]="goodgood!",*sp=s; sp=sp+2;sp="to";puts(s); }
查看答案
搜索结果不匹配?点我反馈
更多问题