Initialization (programming): Difference between revisions

Content deleted Content added
Restore first sentence, reverting two changes from 2020-08-15. See Talk:Initialization (programming)#The first sentence.
Tag: Reverted
Line 42:
};
</syntaxhighlight>
Here, the construct <code> : re(0), im(0)</code> is the initializer list.
 
Sometimes the term "initializer list" is also used to refer to the list of expressions in the array or struct initializer.