单项选择题

有以下程序 
 main( )  {
 char *p[10]={“abc”,”aabdfg”,”dcdbe”,”abbd”,”cd”}; 
  printf(“%d\n”,strlen(p[4])); 
}  
执行后输出结果是()

A.2
B.3
C.4
D.5