下列程序中,假设一个字符占用的内存空间是1,下列程序中,ch占用的内存空间是 ( )
1 char ch[] = "hello world"; 2 size_t ret=strlen(ch); 3 cout<<ret<<endl;
11
10
13
12