Ask Question
9 June, 17:08

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

+2
Answers (1)
  1. 9 June, 19:12
    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?
Find 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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers