单项选择题下列程序执行后的输出结果是 #included<string.h> main( ) char arr[2][4]; strcpy(arr, you );strepy(arr[1], me ); arr[0][3]='&'; cout<<arr<<endl;
单项选择题数据处理的最小单位是