Xander Billaxanderbilla.hashnode.dev·Dec 14, 2023Exploring Array Data StructureLet's say we want to store some value inside a variable so it will take some memory that depend on the data type. If the data type is integer (int) it will take 4 bytes if its character (char) it will take 1 byte like that. Now let's say I want to s...Data Structure And Algorithmarray introduction