If you had to write a function that asked for and returned two ints, which function would NOT work?

A. int Ask(int n);
B. int Ask(int *n);
C. void Ask(int *n, int &m);
D. void Ask(int &n, int &m);


A

Computer Science & Information Technology

You might also like to view...

All of the following are wrapper classes except:

(a) String (b) Integer (c) Character (d) Double

Computer Science & Information Technology

What will be the output from the source code?

Computer Science & Information Technology

List four differences between wireless networks and networks that use physical media like wires or cables.

What will be an ideal response?

Computer Science & Information Technology

The _________________ translates your program (source file) into machine code (object file) assuming there are no syntax errors in your source program. (If there are syntax errors, this piece of software produces only error messages and no object file.)

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

Computer Science & Information Technology