C++;如何获取变量所占内存大小

cout << sizeof(variable);

输出结果为变量所占用的 字节数量。

sizeof() 函数不需要头文件

posted @ 2020-05-10 21:02  zeroPatrick  阅读(4309)  评论(0编辑  收藏  举报