Advertisements
Advertisements
प्रश्न
If a string contains 12 characters, what will be the index of the last character?
पर्याय
12
11
10
0
MCQ
उत्तर
11
Explanation:
Most computer languages (Java, Python, and C++) use zero-indexed strings, meaning character indexing begins at 0. So, if a string has 12 characters, the index of the last character is 11 (since the first character is at index 0).
shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?