• 2021-04-14 问题

    06410141:下面程序的运行结果是()。 #include #include int main( ) { char x[80]="AB", y[80]="LMNP"; int n=0; strcat(x, y); while (x[n++]!='\0') y[n]=x[n]; puts(y); return 0; }

    06410141:下面程序的运行结果是()。 #include #include int main( ) { char x[80]="AB", y[80]="LMNP"; int n=0; strcat(x, y); while (x[n++]!='\0') y[n]=x[n]; puts(y); return 0; }

  • 1