4. What is the error in the following code?
S="Anata won"
S [3] ="y"
Answers
Answered by
3
Answer:
String are immutable. So it causes error.
Explanation:
Answered by
5
Answer:
string are immutable so it cause error in code
Similar questions