A) an infinite
B) a sentinel controlled loop
C) a for loop
D) a nested loop
E) no
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) an array value.
B) an array subscript.
C) an array name.
D) an array location.
E) none of the above.
Correct Answer
verified
Multiple Choice
A) regular for loop.
B) range-based for loop.
C) nested for loop.
D) infinite for loop.
E) illegal statement.
Correct Answer
verified
True/False
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) strings.
B) structures.
C) objects.
D) any of the above.
E) none of the above.
Correct Answer
verified
True/False
Correct Answer
verified
True/False
Correct Answer
verified
True/False
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) the assignment operator.
B) the equality operator.
C) both array names.
D) A and C together.
E) none of the above.
Correct Answer
verified
Multiple Choice
A) all the same data type.
B) declared at the time the array is created.
C) constants.
D) numeric, not characters or strings.
E) none of the above.
Correct Answer
verified
Multiple Choice
A) name.
B) data type.
C) value.
D) subscript.
E) size declarator.
Correct Answer
verified
True/False
Correct Answer
verified
True/False
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) the starting memory address of
B) a copy of all the values in
C) the value stored in the first element of
D) the data type and size of
E) the data type and name of
Correct Answer
verified
True/False
Correct Answer
verified
Multiple Choice
A) It creates an array of 20 integers.
B) It makes oneDArray a copy of another 20-integer array.
C) It makes oneDArray an alias for a data type that holds 20 integers.
D) It creates a one-dimensional integer array with all elements initialized to 20.
E) It does none of the above.
Correct Answer
verified
Showing 1 - 20 of 40
Related Exams