What is immutable in C#?
Sudhir Goswami
string is immutable,
Simple and easy answer would be the string which cannot be appended .