有以下程序#include <string.h>Main(){char p[]="abcde\0fghjik\0";Printf("%d\n",strlen(p));}程序运行后的输出结果是______。
A.12
B.15
C.6
D.5
正确答案是D