第23383题 单选题
执行以下C++代码后,输出的结果是?
char s[10] = "abcde";
int a = sizeof(s) / sizeof(s[0]);
int b = strlen(s);
cout << a - b;
A

4

B

5

C

6

D

10

程序运行统计
暂无判题统计