Give drawbacks of array. | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

Give drawbacks of array.

13th May 2018, 12:50 PM
Zainul Reza
Zainul Reza - avatar
3 ответов
+ 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...
13th May 2018, 1:16 PM
🌛DT🌜
🌛DT🌜 - avatar
+ 2
Just the fixed size, which must be specified at declaration. Thats the disadvantage.
15th May 2018, 3:37 AM
Kinshuk Vasisht
Kinshuk Vasisht - avatar
+ 1
Array to lowest level is THE most simple data structure presents to all languages
13th May 2018, 1:34 PM
KrOW
KrOW - avatar