单项选择题

以下程序运行后的输出结果是
#include<stdio.h>
#include<string.h>
main()
 char a[10]="abed";
 printf("%d, %d\n", strlen(

A., sizeof(a));