नकारात्मक सूचकांक `-6` स्ट्रिंग `" hello, world "` के संदर्भ में क्या दर्शाता है?
What does the negative index `-6` indicate in the context of the string `"hello, world"`?
A
The sixth character from the start of the string
B
The sixth character from the end of the string
C
The character at position 6 in the string
D
An invalid index
Explanation
Correct Answer: B) The sixth character from the end of the string