题目内容
下面程序的运行结果是()。#include#includeint main( ){char a[80] = "AB" , b[80] = "LMNP" ;int i = 0 ;strcat( a , b ) ;while( a[i++] != '\0' )b[i] = a[i] ;puts( b ) ;return 0 ;}
查看答案
搜索结果不匹配?点我反馈