Question
1. After each completion of the inner loop when processing a row of a two dimensional array, what must be done? a. Initialize the processing
1. After each completion of the inner loop when processing a row of a two dimensional array, what must be done?
a. Initialize the processing variables for the current row.
b. Finish processing the current row.
c. Calculate the minimum value.
2. Why would you want to insert a comma between two array names in one statement?
a. It allows you to declare multiple multidimensional arrays of the same data type.
b. It allows you to declare multiple multidimensional arrays of different data types.
c. It allows you to instantiate multiple multidimensional arrays of the same data type.
3. How many empty sets of brackets are needed to declare an array?
a. It depends on how many dimensions are involved
b. At least two sets are needed.
c. Two
4. Initiating a twodimensional array and then instantiating each row as a single dimensional array will accomplish which of the following?
a. There is not enough information to draw a conclusion.
b. An array may have a different number of columns for each row.
c. An array may have a different number of rows for each column.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started