• 2022-06-16
    When you pass an array to a function, ______ is passed to the array parameter in the function.
    A: a copy of the array
    B: a copy of the first element
    C: the starting address of the array
    D: the length of the array