1 |
___________ make it easier to read and write values in array. |
- A. Loop
- B. Conditions
- C. Expressions
- D. Functions
|
2 |
Array elements are strored at ................. memory locations. |
- A. Contiguous
- B. Scattered
- C. Divided
- D. None
|
3 |
An important property of __________ is that it stores all the values at consecutive locations inside the computer memory. |
- A. Loop
- B. Array
- C. for loop
- D. index
|
4 |
We use ............. loops to repeat a pattern multiple times. |
- A. Loop
- B. While loop
- C. Nested
- D. Simple loop
|
5 |
_______ structure allows repetition of a set of instructions: |
- A. loop
- B. conditional
- C. control
- D. data
|
6 |
Which makes it easier to read and write values in arrays. |
- A. Loop
- B. While loop
- C. end
- D. simple loop
|
7 |
array can be initialized _______ declaration: |
- A. at the time of
- B. after
- C. before
- D. both a & b
|
8 |
An array is a ______________ structure. |
- A. Loop
- B. Control
- C. Data
- D. Conditional
|
9 |
Array can be initialized _________ declaration. |
- A. At the time of
- B. After
- C. Before
- D. Both a and b
|
10 |
How many types of loop are in C language. |
|