Question d’entretien chez Infor

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

Réponse à la question d'entretien

Utilisateur anonyme

19 août 2020

No.

5