Which of the following correctly declares a dynamic array of strings?
a. p1 = new string(13);
b. p1 = new string[];
c. p1 = new string[13];
d. p1 = new stringArray(13);
c. p1 = new string[13];
Computer Science & Information Technology
You might also like to view...
The four colors on the Theme Colors button represent the primary text and background colors and two accent colors.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
Any expression that yields a value that can be used on the left side of an assignment expression is said to be an lvalue.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
A structured reference uses field names instead of cell references to make it easier to create formulas
Indicate whether the statement is true or false
Computer Science & Information Technology
A ____ contains column headings or field names in a data source.
A. header row B. column header C. table header D. footer
Computer Science & Information Technology