你能不能找出消耗的空间 [英] can you please find out the amount of space consumed

查看:60
本文介绍了你能不能找出消耗的空间的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

两种结构消耗了多少空间:


struct xx {

int a;

char b; < br $>
}


struct yy {

char c;

int d;

}

How much space is consumed in two structure:

struct xx{
int a;
char b;
}

struct yy{
char c;
int d;
}

推荐答案

这是依赖于平台的


不确定,我的问题是否正确,但是这是答案吗?
not sure, whether I got your question right, but is this an answer?
展开 | 选择 < span class =codeDivider> | Wrap | 行号



不确定,我的问题是否正确,但这是答案吗?
not sure, whether I got your question right, but is this an answer?
展开 | 选择 | Wrap | 行号


这篇关于你能不能找出消耗的空间的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆