In C++, a two-dimensional array is initialized in ____ order.

a. vector
b. linear
c. row
d. column


c. row

Computer Science & Information Technology

You might also like to view...

How many frames would you need for a two hour movie with a picture size of 1024 width by 728 height and 60 frames per second?

What will be an ideal response?

Computer Science & Information Technology

A(n) ________ Table query can create a new table based on data in an existing table

Fill in the blank(s) with correct word

Computer Science & Information Technology

The default Theme setting is:

A) the Microsoft Theme. B) there is no default. C) the Office Theme. D) the Windows Theme.

Computer Science & Information Technology

What method should be used to pass an array to a function that does not modify the array and only looks at it using array subscript notation?

a) A constant pointer to constant data. b) A constant pointer to nonconstant data. c) A nonconstant pointer to constant data. d) A nonconstant pointer to constant data.

Computer Science & Information Technology