When GetUpperBound is used with a two-dimensional array, the ____ in the dimension argument represents the row dimension.

A. 0
B. 1
C. row
D. vert

Answer: A

Computer Science & Information Technology

You might also like to view...

Using the Insert Above, Insert Below, Insert Left, and Insert Right commands you can insert additional rows or columns wherever you desire in a table

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the following statements about creating arrays and initializing their elements is false?

a. The new keyword should be used to create an array. b. When an array is created with operator new, the number of elements must be placed in square brackets following the type of element being stored. c. The elements of an array of integers have a value of null before they are initialized. d. A for loop is commonly used to set the values of the elements of an array.

Computer Science & Information Technology