Initialization (programming): Difference between revisions

Content deleted Content added
m Reverting possible vandalism by 82.33.220.162 to version by 2620:0:1000:2500:D10C:970E:616C:FB9A. False positive? Report it. Thanks, ClueBot NG. (2163472) (Bot)
Line 48:
===Default initialization===
Data initialization may occur without explicit syntax in a program to do so. For example, if [[static variable]]s are declared without an initializer, then those of [[primitive data type]]s are initialized with the value of zero of the corresponding type, while static objects of class type are initialized with their [[default constructor]]s.
yeh yeh yeh g
 
== See also ==