[amp_mcq option1=”subscript” option2=”formal parameter” option3=”memory address” option4=”prototype” correct=”option3″]
The correct answer is: C. memory address
An array name is a memory address that stores a collection of elements of the same data type. The elements of an array are accessed using subscripts, which are integers that start at 0.
A formal parameter is a variable that is declared in a function definition. The value of a formal parameter is passed to the function when it is called.
A prototype is a declaration of a function that specifies the function’s name, return type, and parameters.
A memory address is a unique number that identifies a location in memory.