单项选择题

设已执行预编译命令#include<string.h>,以下程序段的输出结果是()。

printf("%d\n", strlen(s) );

A) 7
B) 8
C) 9
D) 10