What happens when you use the assignment operator to connect two arrays? Elements are copied to new locations in memory. Both arrays are transformed to value type data components and correspond to the same memory addresses, resulting in an error notice.
What does an array allow you to do?
Table of Contents