The preferred way to traverse a two-dimensional array is to use .

a. a do while statement.
b. a for statement.
c. two nested for statements.
d. three nested for statements.

c. two nested for statements.

Computer Science & Information Technology

You might also like to view...

Which of the following declares a pointer ptr to a class member function in class Check that takes an int argument and returns a bool?

a. bool:( int ) ( *Check::ptr ); b. Check::( bool ( *ptr )( int ) ); c. bool ( Check::*ptr )( int ); d. bool*( int ) Check::ptr;

Computer Science & Information Technology

Use a ____ to display text that a user is not allowed to edit during run time.

A. label control B. text control C. read-only command D. none of the above

Computer Science & Information Technology