You should make a parameter a reference parameter if:

a. You need the function to change the value of the argument passed to the function.
b. you need to be able to change the value of the parameter in the function, but not the value of the argument.
c. Always.
d. If any of the other parameters are reference parameters.


a. You need the function to change the value of the argument passed to the function.

Computer Science & Information Technology

You might also like to view...

A ________ determines whether a field contains an acceptable number of characters.

a. f:validateDoubleRange. b. f:validateLength. c. f:validateLongRange. d. None of the above.

Computer Science & Information Technology

Asymmetric encryption can be used for __________ .

A. both confidentiality and authentication B. neither confidentiality nor authentication C. confidentiality D. authentication

Computer Science & Information Technology

A(n) ________ is a value automatically entered into a field when a new record is created

A) default value B) surrogate key C) filter D) index

Computer Science & Information Technology

In Microsoft Access 2016, the _________ divides the selected records into groups based on the values in the specified field. A. Group By operator B. Query by example C. select group query D. detail query

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

Computer Science & Information Technology