码迷,mamicode.com
首页 > 其他好文 > 详细

sizeof

时间:2021-01-07 12:00:06      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:obj   div   nbsp   index   containe   comm   contain   cpp   int   

sizeof(type_name);//sizeof(类型);
sizeof object;//sizeof对象;
 
sizeof*((char *)p0 = =1;
sizeof*((int *)p0 = =4;

sizeof

标签:obj   div   nbsp   index   containe   comm   contain   cpp   int   

原文地址:https://www.cnblogs.com/tiange-137/p/14231866.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!