以下代码的输出结果是?
#include<stdio.h>
int main() {
char str[] = "S\065AB";
printf("\n%d", sizeof(str));
return 0;
}
小雨落梧桐






