Vector Pointers, since the value they point to is 16-bytes long, move forward in increments of 16 bytes, while char Pointers move forward in single-byte increments.
由于向量指针所指向的值是16字节长的,因此会按照16字节的单位来移动;而char指针则是按照1个字节的单位来移动的。
The discriminator type must be an integral type (short, long, long long, and so on, as well as char, boolean, or enumeraton).
识别名称类型必须是整数类型( short 、 long 、 long long 等,以及 char 、 boolean 或 enumeraton )。
The type could be a char or long long or string or another any or a type that you have created such as Address.
该类型可以是char或long long或string或另一种any,或者是已经创建的一种类型,如address。
String is actually not a data type in C. It actually is something called a char star and we'll come back to this before long.
字符串在C语言里其实不是一种数据类型,而是一种称为char,*的数据类型,这个知识点我以后会讲到。
应用推荐