In C, if you pass an array as an argument to a function, what actually June 6, 2022 by admin โช Choose the correct option.In C, if you pass an array as an argument to a function, what actually gets passed?A. Value of elements in arrayB. First element of the arrayC. Base address of the arrayD. Address of the last element of array Submit Answer