When should a parameter be a value parameter?

a) When the parameter is carrying information into the function that does not have to be returned
b) When the parameter is carrying information into the function that may be changed and the new value should be returned
c) When the information is to be returned from the function using the parameter.
d) When the parameter is an output parameter


a) When the parameter is carrying information into the function that does not have to be returned

Computer Science & Information Technology

You might also like to view...

Inside a function definition for a member function of an object with data member x, which of the following is not equivalent to this->x:

a. *this.x b. (*this).x c. x d. None of the above are equivalent.

Computer Science & Information Technology

________________ s a logical unit of the computer that makes logical decisions

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

Computer Science & Information Technology

Is the ________ button

A) Find Illustrations B) Snap to Grid C) Align Objects D) Insert Picture

Computer Science & Information Technology

____________________ memory is the ability to add RAM without shutting down the computer or operating system.

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

Computer Science & Information Technology