Which of the following would you use in a function prototype for a formal parameter representing an array that will be changed by the function?

a) float [ ]
b) float [SIZE]
c) float& [ ]
d) const float [ ]


a) float [ ]

Computer Science & Information Technology

You might also like to view...

When working with your tasks, you can change the ____________________ to see your tasks better.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Why does the following assignment statement generate an error?

>>> x.y = 5 Traceback (most recent call last): File "", line 1, in NameError: name 'x' is not defined

Computer Science & Information Technology

Data stored in ________ format contains no formatting such as bold or italics

Fill in the blank(s) with correct word

Computer Science & Information Technology

Multiple shapes in a SmartArt graphic can be selected by holding down the ________ key while clicking on the shapes

A) Shift B) Alt C) Ctrl D) Insert

Computer Science & Information Technology