Skip to main content
Loading page content
Algo
Flow
Visualizers
Mental Math
Dashboard
Log in
Sign up
Back to Visualizer
Question 1 of 5
Modification
• Insert Character
In languages where strings are immutable (like Python or Java), what actually happens when you 'insert' a character into a string?
A
The original string is modified in place
B
A new string is created with the character inserted
C
The character replaces the entire string
D
Nothing happens