Which of the following statements is true regarding mutable and immutable strings?
Immutable strings can be modified in place, while mutable strings cannot be modified after creation.
Mutable strings can be modified in place, while immutable strings cannot be modified after creation.
There is no distinction between mutable and immutable strings.
Both mutable and immutable strings can be modified in place, but immutable strings are more efficient.
This question is part of this quiz :
Quiz on String for DSA