In a function prototype that has a two-dimensional argument, the ____ size is optional.

A. column
B. row
C. array
D. subscript


Answer: B

Computer Science & Information Technology

You might also like to view...

What will be the output of the following code?

``` #include using namespace std; int j = 1; int main() { int i = 2; cout << "i is " << i << " j is " << j << endl; } ``` A. i is 1 j is 2 B. i is 2 j is 2 C. i is 1 j is 1 D. i is 2 j is 1

Computer Science & Information Technology

When the Clipboard task pane is closed and the word hot is copied from a slide and then the word cold is copied from a slide, what happens when the Paste button is clicked?

A) The word cold is pasted at the location of the insertion point. B) Nothing is pasted. C) The word hot is pasted at the location of the insertion point. D) Both words, hot followed by cold, are pasted at the location of the insertion point.

Computer Science & Information Technology

A(n) ________ is used to perform calculations that add, subtract, divide, or multiply cell contents

A) argument B) variable C) function D) formula

Computer Science & Information Technology

What might a dim display mean?

A. The memory is low. B. There is a problem with the display panel. C. An update is available. D. There are too many apps open.

Computer Science & Information Technology