If in the initializer you modify the bits of the variable used for initialization, the value will be generated according to those bits.
如果在初始化修改用于初始化变量的位,值将根据这些位来生成。
The compiler infers the type of the variable from the type of the initialization expression.
编译器将通过初始化表达式的类型推断出变量的类型。
The initialization can occur when the typed array variable is declared or later, as with variables of other types.
这种初始化可能发生在具型别阵列变数被宣告时或是稍后和其他型别的变数一起宣告时。
Standard C allows for the initialization of an object or variable with an expression involving a reference to itself, but only for objects of nonstatic extent.
标准C允许使用需要引用自身的表达式初始化对象或变量,但只适用于非静态作用域的对象。
Initialization of a variable using a nonconstant value.
使用非常数的值来初始化一个变数。
The compiler infers the data type of a variable from the type of its initialization expression.
编译器将根据变量的初始化表达式的类型来推断变量的数据类型。
The compiler infers the data type of a variable from the type of its initialization expression.
编译器将根据变量的初始化表达式的类型来推断变量的数据类型。
应用推荐