Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
Interview
»
Technology
If an array with name as "names" contain three elements, then how will you print the third element of this array?
Show Answer
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!
Name:
Comment:
Post Comment