Explain arrays and how they work internally?
Start with a simple diagram when explaining. Assume an integer occupies 4 bytes. What is an Array? Simple Definition An array is a linear data structure that stores elements of the same data type in contiguous (continuous) memory locations. Keywords…