Summary
Keywords
Full Transcript
Welcome to the new video of the Solidity series. An array is a linear data structure that stores elements of the same type in a contiguous memory location. It works on the index system starting from the 0th location and going till (n-1) location where "n" is the length of the array. An array can be divided into two different categories: 1. Fixed-size array 2. Dynamic-size array Lectures timeline : 00:00 What is an array? 04:39 Fixed-size array 15:47 Dynamic-size array 27:27 End #blockchain #solidity #blockchainvidyaalay ------------------------------- Playlist ------------------------------- Solidity Playlist: https://www.youtube.com/playlist?list=PLijwWW8jLAree5Q46dVRQEP8zgIEmUsgx Blockchain: https://youtube.com/playlist?list=PLijwWW8jLArdaGJpbnxugSvixGqkiRHpp ------------------------------------------------------------------------ Music by: https://www.bensound.com If you liked this video Please do Subscribe to my YouTube Channel 😇🙏. Thank you for watching!
