Infor Interview Question

Can I assign value to the same string multiple times in C#? For example, string str = "Hello"; str = "Test"; Is this possible?

Interview Answer

Anonymous

Aug 19, 2020

No.

5