Join YourDictionary
Sign up to make the most of YourDictionary
By signing in, you agree to our Terms and Conditions and Privacy Policy.
Success!
We'll see you in your inbox soon.
(programming) The use of a negative integer as an array offset to access from the end of the array. Array[-3] accesses the 3rd element from the end of the array, the same as Array[ArraySize - 3].
Find similar words to negative-indexing using the buttons below.