The item at a specific position i within an array can be accessed using the following format: ____.
A. i[].anArray()
B. anArray.i()
C. i.anArray[]
D. anArray[i]
Answer: D
Computer Science & Information Technology
You might also like to view...
Define "focus." How do "focus" and "tab order" relate to each other?
What will be an ideal response?
Computer Science & Information Technology
A ________ pipe supports only synchronous, unidirectional communication between local processes.
a) named b) stream c) message-oriented d) unnamed
Computer Science & Information Technology