搜索

首页  >  问答  >  正文

c++ - sizeof("001\001")【写错了】


// VS2015 + win10 + Debug x86

#include<iostream>
using namespace std;

int main()
{
    cout << sizeof("001rrreee1");  //5

    return 0;
}

求解释。

阿神阿神2775 天前568

全部回复(1)我来回复

  • 天蓬老师

    天蓬老师2017-05-16 13:25:27

    已经懂了,上面的写错了。

    回复
    0
  • 取消回复