问题详情
有以下程序
#include <stdio.h>
#include <string.h>
main()
{ printf("%d ",strlen ("ATS 0121") ); }
程序运行后的输出结果是
A)3
B)8
C)4
D)9