Question

Which of the following is false?
a) Reading a value into a memory location destroys the previous value.
b) Reading a value out of a memory location destroys that value.
c) sum = integer1 + integer2; involves destructive read-in.
d) The statement in part c) also involves nondestructive read-out.

Answer

This answer is hidden. It contains 3 characters.