Ask Question
18 February, 13:12

Given an array a, declared to contain 34 elements, write an expression that refers to the last element of the array.

+5
Answers (1)
  1. 18 February, 13:16
    0
    If the language is zero indexed:

    a[ 33 ]
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Given an array a, declared to contain 34 elements, write an expression that refers to the last element of the array. ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers