What is dynamic arrays? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is dynamic arrays?

17th Jul 2019, 6:17 PM
Rohit Singh Rajput
Rohit Singh Rajput - avatar
2 Answers
+ 2
When you allocate the size of array using functions like malloc and calloc at run time it is known as dynamic array.
19th Jul 2019, 2:08 PM
Manoj
Manoj - avatar
+ 1
Arrays that doesn't have fixed length, you can add elements even if the amount is over the initial length, the dynamic array will grow.
17th Jul 2019, 11:11 PM
Alberto Fernández Gálvez
Alberto Fernández Gálvez - avatar