+ 1
Give drawbacks of array.
3 Answers
+ 18
The 1 thing I personally don't like about arrays in C++ is that u can't print them entirely with elements like u can do with python lists...
u have 2 loop through elements in arrays to print them...
well it's not a big deal but I don't like it...
+ 2
Just the fixed size, which must be specified at declaration. Thats the disadvantage.
+ 1
Array to lowest level is THE most simple data structure presents to all languages