What is the better option for minimizing memory copy with regard to the array, assuming that references take up the same memory as a pointer?
a) References
b) Pointers
c) Both
d) None of the above