Which of the following are correct? Why are the others incorrect? When a function having an array formal parameter is called, the formal array parameter …

a) names a copy of the array argument.
b) refers to exactly the same array as the calling program
c) is passed the address of the argument, and the function needs further information
about the array size to safely use an array parameter
d) refers to the array using a name that is always different from the calling program's
argument.

c) is passed the address of the argument, and the function needs further information

Computer Science & Information Technology

You might also like to view...

Microsoft's Exchange Server works with Microsoft Outlook and provides all of the following EXCEPT ________

A) Microsoft Excel B) a calendar C) contact management D) a task list

Computer Science & Information Technology

The ________ key in one table acts as a primary key of another table

A) numeric B) composite C) natural D) foreign

Computer Science & Information Technology