Multiple Choice
The first statement below ________ the array while the second statement ________ the array.
Var c;
C = new Array( 12 ) ;
A) declares, initializes
B) initializes, declares
C) declares, allocates
D) allocates, declares
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: Which of the following is an illegal
Q4: What would the browser output if the
Q5: What does the following code do<br>For (
Q6: Which of the following is the proper
Q7: In JavaScript, numbers and boolean values are
Q9: _ are data structures consisting of related
Q10: Which of the following is the proper
Q11: By default, the JavaScript sort method uses
Q12: The sort method can be given a
Q13: What will the browser display if the