Arrays play an important part of programming. An array object contains a number of variables. In 3-4 paragraphs, discuss the following:
In 3-4 paragraphs, discuss the following:
•Find at least two approaches for allocating memory for an array. Summarize the approaches and provide examples.
•Describe approaches for initializing an array. Please include example code that does this.
•How do you design and create programs that use control structures?