CharAt

CharAt is used to get a character from a String by passing an index.

String in The memory

1
Father.CharAt(2) ; Output : T

Comments