I was researching C++ and was rather perplexed to the following questions could someone briefly explain each topic with a short C++ source code example where applicable to demonstrate.
- What are Arrays?
- What are the memory requirements of Arrays?
- How do you access Array Elements?
- How to input and display contents of an Array?