When you call a function, what actually happens is that function gets its own chunk of memory that's identical in size to the data type that it expects.
当你调用一个函数,实际上发生的是,函数得到了自己的内存块,相同的类型,是占有一样大小的内存的。
So a bit of uninteresting math, a bit of focus on sizes of types, but any questions on syntax or concepts thus far before we now put this to the test?
一些比较无趣的数字,一些关于类型的大小,在我们现在进行试验之前,你们对这其中的语法或概念有什么问题吗?
- >> Is there a data type for representing 1,024 bits or -- >> David: Good question.
>,有没有能表示1024位大小的数据类型或-,>>,大卫:好问题。
We did it for silly purposes just to see how big each data type was, but on most systems the size of a char is what?
只是为了很傻的目的,来看看每个数据类型多大,但是在大多数的系统中char的大小是多少呢?
应用推荐