Which is true about arrays and methods?
d. A program must make a copy of an array before passing the array to a method
a. Arrays cannot be passed to methods
b. Passing an array to a method creates a copy of the array within the method
c. An array is passed to a method as a reference