In C, when you pass an array as a parameter to a function, what is actually passed?

A. Memory address of the first element.
B. Entire contents of the array.
C. Size of the array.
D. Array index.

Respuesta :

Otras preguntas