Strings have negative indexing as well as positive indexing.Positive indexing starts from the first character of the string value and the first index number is zero. We know this.In negative indexing, it starts from the last value and progresses to the beginning.Index numbers starts from -1 in negative indexing.We can index according to these index numbers : Indexing using negative index nunber..