Multiple Choice
What does the following code do
For ( var col = 0; col < a[ 2 ].length; ++col )
A[ 2 ][ col ] = 0;
A) Sets the rows and columns to zero.
B) Sets the rows to zero.
C) Sets the columns to zero.
D) Sets all the elements in row 2 to zero.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: What is the effect of the join
Q2: Pass-by- _ is the method of passing
Q3: Which of the following is an illegal
Q4: What would the browser output if the
Q6: Which of the following is the proper
Q7: In JavaScript, numbers and boolean values are
Q8: The first statement below _ the array
Q9: _ are data structures consisting of related
Q10: Which of the following is the proper
Q11: By default, the JavaScript sort method uses