有以下程序
#include
void main( )
{ char *p[10]={"abc","aabdfg","dcdbe","abbd","cd"};
cout
Adcdbe
Babbd
Cabc
Dabb
相关试题
-
有以下程序 #include void main( ) { char *p[10]={abc,aabdfg,dcdbe,abbd,cd}; cout
-
有以下程序 #include # include char *fun(char *t) { char *p=t; return(p+strlen(t)/2); } void main() {
-
1==NULL)&&(*str2==NULL)); } void main() { printf(%d,streql(abc,Abc)); } 程序的
-
#include void main() { char str[]=\stop!\,he said; printf(str); } 程序的运行结果是 (
-
string+1); putchar (*string); } } void main() { disp(abcdefg); } 程序的运行结果是( )。