Is it possible to select a specific part of a string in C?
For example in python you can do:
text = "ab" a = text[0] b = text[1]