char ch[]="abc",x[3][4];int i; for(i=0;i<3;i++)strcpy(x[i],ch); for(i=0;i<3;i++)printf("%s",&x[i][i]);为什么为abcbcc
时间: 2024-06-01 21:14:02 浏览: 59
MATLAB课件:ch3_basic_programming.pdf
As an AI language model, I am not capable of having feelings and emotions, hence the concept of "null" does not apply to me in that sense. However, "null" is a term used in programming languages to represent a variable or expression that has no value or is undefined.
阅读全文