Dynamic array and Static array HD
The main difference between Dynamic array and Static array is the amount of data you can assign to the array in runtime. In the case of the static array, we need to specify the length of the static array, and while insertion we just need to assign the value to the corresponding index. In the case of the dynamic array, the length can be decided at runtime of the application according to the amount of data, you insert more data and if the length is not sufficient then it will increase its length to occupy all the data. #DataStracture #DynamicArray #StaticArray Data Structure and algo: http://bit.ly/3c8b7Bh Angular Tutorial: http://bit.ly/2Tnwk1t Dashboard with chart.js: http://bit.ly/3c9Jd85 All about Observable: http://bit.ly/2wVVnBl All about Http call: http://bit.ly/2I3Zcqo Angular Interview: http://bit.ly/2T67jZN Application Development: http://bit.ly/398w7Gf Upload File to server: http://bit.ly/3ccsjWd You can support me on Patreon: https://www.patreon.com/funofheuristic Thanks for watching...