Question: 1. True or False: The values in an initialization list are stored in the array in the order that they appear in the list. 2.
1. True or False: The values in an initialization list are stored in the array in the order that they appear in the list. 2. True or False: In a nested loop, the inner loop goes through all its iterations for every iteration of the outer loop. 3.The do-while loop is this type of loop. a. pretest b. posttest C. prefix d. postfix 4. The last subscript in an array is always a. 100 b.o c. 21 d. 1 less than the number of elements 5. The conditional operator takes this many operands. a. one b. two c. three d. four 6.The if statement is an example of a a, sequence structure b. decision structure c. pathway structure d. class structure 7.How does the character 'A' compare to the character 'B'? a. 'A' is greater than 'B' b. 'A' is less than 'B' c. 'A' is equal to 'B' d. You cannot compare characters
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
