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


void test (int, int&); // function prototype

test (a, &b); // function call

The function call should not have the &

Computer Science & Information Technology

You might also like to view...

An External Style Sheet uses the _____ file extension.

a. ess b. css c. html d. No file extension is necessary

Computer Science & Information Technology

What is FTP client?

What will be an ideal response?

Computer Science & Information Technology