单选题 下列程序执行后的输出结果是______。
main()
char arr[2][4];
atrcpy(arr,"you");strcpy(arr[1],"me");
art[0][3]='&';
printf("%s/n",arr);


【正确答案】 A
【答案解析】