The most commonly used arrays in business applications are ____-dimensional and ____-dimensional. a. zero, one c. two, three b. one, two d. three, four
The most commonly used arrays in business applications are ____-dimensional and ____-dimensional.
|
||||||||
If N is the number of variables in an array, the last variable of the array is assigned a subscript of ____.
|
||||||||
The statement ____ assigns the character X to the first element of the letters array.
|
||||||||
A subscript is also called a(n) ____.
|
||||||||
When using bubble sort to sort an array in ascending order, at the end of the first pass, the ____ value is stored in the last position of the array.
|
||||||||
____ declares and initializes a four-element string array named sales; each element is initialized to 0.0.
|
||||||||
A(n) ____ is a group of variables that have the same name and data type and are related in some way.
|
||||||||
To pass a scalar variable by reference in C++, you need to include the ____ operator before the formal parameter’s name in the receiving function’s header.
|
||||||||
A unique number called a(n) ____ identifies each variable in a one-dimensional array.
|
||||||||
Assigning initial values to an array is often referred to as ____ the array.
|
Trending now
This is a popular solution!
Step by step
Solved in 2 steps