单项选择题

阅读下列程序,则在执行后,程序的运行结果为
#include"stdio.h"
#include"string.h"
main()
char a[30]="nice to meet you!";
strcpy(a+strlen(

A./2,"you");
printf("%s\n",a);