Question: 27. An array can store a group of values, but the values must be a. b. c. d. e. the same data type each of
27. An array can store a group of values, but the values must be a. b. c. d. e. the same data type each of a different data type Constants Integers None of these 28. with a value greater than An array's size declarator must be aln) a. number, one b. number, zero c. constant integer expression, zero d. variable, -1 e. None of these 29. Subscript numbering in C++ a can be set at runtime b. can begin with a programmer-defined value c. varies from program to program d. begins with zero e. None of these 30. at the time they are Arrays may be a. resized, executed b. re-scoped, deleted c. initialized, declared d. pre-compiled, typecast e. None of these 31 Given the following declaration, where is 77 stored in the scores array? int scoresl-183, 62. 77,97 a. scores 0] b. scores1) c. scoresl2] d. scores 4 32. An array can easily be stepped through by using a a. for loop b. reference variable named constant c. d. e. null value None of these 33. To assign the contents of one array to another, you must use a. the assignment operator with the array names b. the equality operator with the array names c. a loop to assign the elements of one array to the other array d. Any of these e. None of these
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
