首页 > Term: default initialization
default initialization
The initial value assigned to a data object by the compiler if no initial value is specified by the programmer. In C language, external and static variables receive a default initialization of zero, while the default initialization for auto and register variables is undefined.
0
创建者
- Peteh
- 100% positive feedback