单选题

#include <stdio.h>

#include <string.h>

void main()

{

  char str[20]={"One*World","One*Dream!"};

  *p=str[1];

  printf("%d,",strlen(p));

  printf("%s\n",p);

}

程序运行后的输出结果是(    )

A

9,One*Dream!

B

10,One*Dream!

C

9,One*World

D

10,One*World

赣ICP备20007335号-2