我对这段代码感到好奇:
cout << 'test'; // Note the single quotes.
给我一个输出1952805748.
1952805748
我的问题:输出是内存中的地址还是什么?
c++ quotes
c++ ×1
quotes ×1