Ask Question
15 September, 21:22

The integer expression in brackets indicates the position of a particular character in the string to inspect. What is another name for the integer expression? A. length B. operator C. index D. subscript

+1
Answers (1)
  1. 16 September, 01:16
    0
    index

    Explanation:

    The integer expression inside the brackets that indicate the position of character in the string is called Index. This is used to find the character at specific position in the string.

    For Example

    We have a string "Country" if we write Country[3], it means 3rd character in string that is "u".
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “The integer expression in brackets indicates the position of a particular character in the string to inspect. What is another name for the ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers