Home » Interview » Technology

If an array with name as "names" contain three elements, then how will you print the third element of this array?

Correct Answer: Print third array element documentwrite(names[2]); Note:- Array index starts with 0

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion