Short Answer
Passing by ____________________ means that the actual variable is used within the function and any changes made to the variable by the function will remain after the function completes.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q69: The _ loop executes a statement or
Q70: A variable's scope can be either global
Q71: The primary use of the <B>include </B>and
Q72: <B>case 42 </B>is an example of a
Q73: The conditional expression in the while statement
Q75: The statements in a<B> do...while </B>statement always
Q76: When one decision-making statement is contained within
Q77: When you use a variable in a
Q78: The _ statement is used to iterate
Q79: When you declare a global variable with