new files
This commit is contained in:
parent
3af7344581
commit
86c034bb8b
1364 changed files with 21352 additions and 0 deletions
2
Task/Arrays/C/arrays-1.c
Normal file
2
Task/Arrays/C/arrays-1.c
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
int myArray2[10] = { 1, 2, 0 }; /* the rest of elements get the value 0 */
|
||||
float myFloats[] ={1.2, 2.5, 3.333, 4.92, 11.2, 22.0 }; /* automatically sizes */
|
||||
Loading…
Add table
Add a link
Reference in a new issue