The statement on line 1 ________ the array while the statement on line 2 ________ the array.
```
1 var c;
2 c = new Array( 12 );
```
a) declares, initializes
b) initializes, declares
c) declares, allocates
d) allocates, declares
c) declares, allocates
You might also like to view...
One of the commonly used functions is the function MAXIMUM.
Answer the following statement true (T) or false (F)
A result set is an object that is somewhat similar to a collection and it __________.
a. contains the result of a SQL statement b. allows the program to execute a SQL statement c. predicts the outcome of a SQL statement d. provides the rules for how a SQL statement should be executed
In a table of contents, click a(n) ________ or subheading, to go to a specific location in a document
Fill in the blank(s) with correct word
In VBA, a programming ________ is a line of instructions in a sub
A) comment B) module C) sub D) statement