You pass a variable by ____ when you want the receiving procedure to change the contents of the variable.

A. content
B. name
C. value
D. reference

Answer: D

Computer Science & Information Technology

You might also like to view...

How many parameterized constructors can a class have?

A. a class cannot have a parameterized constructor B. one C. fewer than three D. as many as it needs

Computer Science & Information Technology

The expression in the switch statement must evaluate to a(n) ____ result or a compilation error results.

a. character b. boolean c. integer d. long

Computer Science & Information Technology