One reason to use a two-dimensional dynamic array over a two-dimensional static array would be:

A. each individual array can be adjusted in size
B. a dynamic array takes far less space than a static array with the same number and types of elements
C. dynamic arrays are almost 30 times as fast as a static array
D. None of the above

A

Computer Science & Information Technology

You might also like to view...

What type of attack displays false information masquerading as legitimate data?

A. Java applet B. phishing C. buffer overflow D. SQL injection

Computer Science & Information Technology

Data can be output to a text file using the class ____.

A. Scanner B. WriteData C. PrintWriter D. TextFile

Computer Science & Information Technology