Now it is possible to assign values to arrays when they are declared.
tantamount to
CODE:int a[2];
a[0]=5;
a[1]=7;
The array is filled with 0 index.
Care must be taken that there is no overflow of the array.
You can not fill the entire array.
At the moment, only one-dimensional static array can be initialized this way.
----- The Visual Code Editor is Kibor. Creating bots without knowledge of programming.
Learning function for recognizing text.
----- |