A signed integer type that results from subtracting two Pointers.
这是一个有符号整型,是两个指针相减后的结果。
Integer type that holds values greater than or equal to zero.
保存大于等于零的值的整型。
Integer type that holds negative or positive Numbers, including zero.
保存负数、正数或零的整型。
So with an integer, an int data type, you can store any number between 0 and 4 billion roughly.
只要有一个整数,一个int型的数据,就能储存任意一个,位于0到40亿之间的一个数。
So this declares an integer, a variable of type int called I, 0 and initializes it to zero.
所以这里声明了一个整型数,一个叫做I的整型变量,把它初始化为。
So this line here declares a variable, just storage space called "x" and it's of type "int," which means an integer has to go in it.
这里的这条线声明了一个变量,一个叫做“x“的存储空间,它的类型是“int“,意思是里面存储的是整数型的数据。
应用推荐