Question: QUESTION 18 Unlike regular variables, arrays can hold multiple different ________. -operators -programmers -values -named constants -data types QUESTION 19 By using the same ________
QUESTION 18
Unlike regular variables, arrays can hold multiple different ________.
| -operators | ||
| -programmers | ||
| -values | ||
| -named constants | ||
| -data types |
QUESTION 19
By using the same ________ you can maintain a parallel relationship between data stored in two or more arrays.
| -data | ||
| -data type | ||
| -array name | ||
| -subscript | ||
| -arguments |
QUESTION 20
True/False: An element of a two-dimensional array is referenced by the array name and two subscripts. For example: name[row] [column]
-True
-False
QUESTION 21
The statement
int grades[ ] = { 100, 90, 99, 80 };
is an example of ________.
| -implicit array sizing, which is legal | ||
| -data encapsulation | ||
| -default function arguments | ||
| -an illegal array declaration | ||
| -an illegal array initialization |
QUESTION 22
To access an array element, use the array name and the element's ________.
| -value | ||
| -size declarator | ||
| -subscript | ||
| -name | ||
| -data type |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
