在 Pascal 语言中,sizeof() 是一种内存容量度量函数,功能是返回一个变量或者类型的大小(以字节为单位);在 C 语言中,sizeof() 是一个判断数据类型或者表达式长度的运算符。 在Pascal 语言与C语言中,对 sizeof() 的处理都是在编译阶段进行。
sizeof struct 结构大小
n-sizeof 源字符串
sizeof f 运算符 ; 计算表达式或数据类型的字节数
sizeof operator sizeof运算符
R sizeof size of object 对象的大小
以上来源于: WordNet
An unsigned integer and the result of the sizeof operator.
这是一个无符号整型,是执行size of操作的结果。
How much is anybody really going to make from a town the sizeof Greenfield, Indiana?
对任何人来讲,在一个只有印第安纳州Greenfield大小的镇子里,你又能作出多少呢?
C + + 0x also defines the sizeof... operator, which displays the number of arguments.
C+ + 0x还定义了size of…操作符,它显示参数数量。
malloc sizeof So, when I call malloc size of int and int on this system is probably 4 bytes or 32 bits so what am I getting back?
所以,当我调用,在这个系统中int可能是4个字节,或者说32位,那么返回的是什么呢?
So let me go ahead and rerun sizeof and hit Enter.
我们继续然后返回sizeof,敲Enter键。
Let's go ahead and run sizeof.
接着运行“run,sizeof“
应用推荐