Examlex

Solved

If You Want to Make a Separate Copy of an Array

question 89

True/False

If you want to make a separate copy of an array, you must create the second array in memory and then copy the individual elements of the first array to the second. This is known as a deep copy.


Definitions:

Related Questions