1 |
If the size of an array is 100, the range of indexes will be ............ |
- A. 0 - 99
- B. 0 - 100
- C. 1 - 100
- D. 2 - 102
|
2 |
If the size of an array is 100, the range of indexes will be _________: |
- A. 0-99
- B. 0-100
- C. 1-100
- D. 2-102
|
3 |
Which of the following is not a type of loop. |
- A. for loop
- B. while loop
- C. do while loop
- D. none of these
|
4 |
An______ is a data structure that can hold multiple values of same data type. |
- A. Loop
- B. Array
- C. For loop
- D. Index
|
5 |
We use ............. loops to repeat a pattern multiple times. |
- A. Loop
- B. While loop
- C. Nested
- D. Simple loop
|
6 |
If we need to repeat one or more statements, than we use. |
- A. Index
- B. array
- C. Iteration
- D. Loop
|
7 |
How many types of loop are in C language. |
|
8 |
__________ part of for loop is executed first: |
- A. condition
- B. body
- C. intialization
- D. increment/decrement
|
9 |
__________ is the unique identifier, used to refer to the array: |
- A. data type
- B. array name
- C. array size
- D. none
|
10 |
_______ make it easier to read and write values in array: |
- A. loops
- B. conditions
- C. expressions
- D. functions
|