what gives an array a ID? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

what gives an array a ID?

messing around with arrays, I tend to try and learn more while my mind is elsewhere so I forgot the implementation of a simple array. I get a missing ID error / missing size error.

15th Sep 2016, 11:24 PM
napodyn
napodyn - avatar
1 Answer
+ 2
int foo[5] = { 0, 42, 1337, 12345, 31418 };
16th Sep 2016, 9:51 AM
Zen
Zen - avatar