Exploring Array Data Structure
Let'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...
blogs.xanderbilla.com3 min read