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
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.
________________ s a logical unit of the computer that makes logical decisions
Fill in the blank(s) with the appropriate word(s).
Is the ________ button
A) Find Illustrations B) Snap to Grid C) Align Objects D) Insert Picture
____________________ 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).