What type of parameters act as aliases, or pseudonyms, for the same memory location occupied by the original variable being passed to a method?
A. interface parameters
B. pointer parameters
C. reference parameters
D. value parameters
Answer: C
Computer Science & Information Technology
You might also like to view...
When invoking fork, the child process receives a return value of _________, and the parent process receives________as the return value.
a) –1, child’s pid. b) 0, child’s pid. c) parent’s pid, 0. d) None of the above.
Computer Science & Information Technology
The redo structure is also referred to as a loop or as iteration.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
When you modify controls, you change their ____________________, or characteristics.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
Which chart type would best show cumulative sales by several representatives over time?
A. Column B. Bar C. Line D. Area
Computer Science & Information Technology