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