题目内容
写出下面程序执行后的运行结果。 #include #include using namespace std;void f____{char *t; int i,j;for____for ____if ____ > 0) { t = p[i]; p[i] = p[j]; p[j] = t; }}void main____{char *p[5] = { "abc", "aabdfg", "abbd", "dcdbe", "cd" };f____;cout << strlen____;}
查看答案
搜索结果不匹配?点我反馈
更多问题