Exploring Array Data Structure
Dec 14, 2023 · 3 min read · 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...
Join discussion












