Question

Which of the following statements does not overwrite a preexisting value stored in a memory location?
a. int a;
b. number = 12;
c. y = y + 2;
d. width = length;

Answer

This answer is hidden. It contains 7 characters.