Call-by-reference should be used

a. For all variables
b. When the function needs to change the value of one or more arguments
c. Never
d. only in void functions

b. When the function needs to change the value of one or more arguments

Computer Science & Information Technology

You might also like to view...

Christopher Maxwell began the process of building his network by signing on as an affiliate with several ________ companies who paid him to install their programs on computers

Fill in the blank(s) with correct word

Computer Science & Information Technology

The script in the dynamic data section of the Web page template will check the value of the ____ array to determine which page to display, assuming the name being passed is ‘page'.

A. $_GET['page'] B. $_POST['page'] C. $_PAGE['page'] D. $SUBMIT['page']

Computer Science & Information Technology