Individual elements of a string can be accessed using [].
Answer:
Each individual character in a string can be accessed using a technique called indexing . The index specifies the character to be accessed in the string and is written in square brackets ([ ]).
So, the given statement is true.