单项选择题
有以下程序 #include main() {char p[20]={′a′,′b′,′c′,′d′},q[]="abc",r[]:"abcde"; strcpy(P+strlen(q),r);strcat(p,q); printf("%d%d\n",sizeof(p),strlen(p)); } 程序运行后的输出结果是()。
A.209 B.99 C.2011 D.1111
A.2,2,3,4,5, B.6,2,3,4,5, C.1,2,3,4,5, D.2,3,4,5,6,
A.2,3 B.2,4 C.1,4 D.1,2