Given the function prototype, what is wrong with the following function call?

float aFunction (int, int&, float); // function prototype

float y = aFunction (b, a + b, 3.7); // function call


The argument passed to a reference parameter cannot be an expression.

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1. Under MS-DOS the file name extension is optional. 2. Each time a file is accessed, MS-DOS records its name and starting address in a disk directory. 3. When an MS-DOS disk is formatted, a single root directory is created. 4. To simplify keeping track of the files, MS-DOS allows the user to create special files called subdirectories. 5. To fully identify an MS-DOS file you must always code a complete path name.

Computer Science & Information Technology

________ displays one record at a time

A) Continuous Form view B) A subform C) Edit mode D) Single Form view

Computer Science & Information Technology

To begin a formula in a cell, first type the # symbol

Indicate whether the statement is true or false

Computer Science & Information Technology

The expression (3 + 5) + 2* 2 + 4 will yield ____ as the answer.

A. 16 B. 20 C. 24 D. 60

Computer Science & Information Technology