ANSWER:
C: strName="". To remove the value of a String variable and reclaim space, you would assign an empty value, as seen in the code: strName="".

Answers in Depth...