Are you sure you're getting this? Click the correct answer from the options.
Which of the following statements about arrays and pointers in C++ is correct?
Click the option that best answers the question.
- Arrays and pointers are the same thing.
- Arrays are a sequence of elements stored in contiguous memory, while pointers store memory addresses.
- Arrays and pointers cannot be used interchangeably in C++.
- Arrays and pointers can only store integers.