Content deleted Content added
added Category:Variable (computer programming) using HotCat |
|||
Line 18:
and not to turn this page into a C++ primer
-->
<source lang="c">
int k[4] = {0, 1}; </source>
===Initializer list===
|
added Category:Variable (computer programming) using HotCat |
|||
Line 18:
and not to turn this page into a C++ primer
-->
<source lang="c">
int k[4] = {0, 1}; </source>
===Initializer list===
|