Which of the following are accurate comparisons between call-by-value and const call-by-reference?
a) Both protect against changing the caller’s argument.
b) Both are very fast for all sizes of objects.
c) Call-by-value copies the argument whereas const call-by-reference does not
d) Call by value uses more memory than const call-by-reference in making the
copy.
a) Both protect against changing the caller’s argument.
c) Call-by-value copies the argument whereas const call-by-reference does not
d) Call by value uses more memory than const call-by-reference in making the
copy.
You might also like to view...
The ________ macro action is a trusted action that displays a message box that contains a warning or informational message
Fill in the blank(s) with correct word
SYN flood attacks and UDP flood attacks are an example of which of the following?
a. Viruses b. DoS attacks c. IP spoofing attacks d. Trojans