选择题 共15道
在C++程序中,假设一个字符占用的内存空间是1字节,则下列程序中,s占用的内存空间是( )字节。
char s[] = "hello oiers"; size_t cnt = strlen(s); cout << cnt << endl;