1 |
Using loops inside loops is called ................. loops |
- A. For
- B. While
- C. Nested
- D. Do- while
|
2 |
__________ part of for loop is executed first: |
- A. condition
- B. body
- C. intialization
- D. increment/decrement
|
3 |
How many types of loop are in C language. |
|
4 |
An array is a __________ structure: |
- A. loop
- B. control
- C. data
- D. conditional
|
5 |
_________ structure allows repetition of a set of instructions. |
- A. Loop
- B. Conditional
- C. Control
- D. Data
|
6 |
Using loops inside loops is called ________ loops: |
- A. for
- B. while
- C. do-while
- D. nested
|
7 |
array can be initialized _______ declaration: |
- A. at the time of
- B. after
- C. before
- D. both a & b
|
8 |
Assigning values to an array for the fist times is called. |
- A. Assign value
- B. Array utilization
- C. Control array
- D. Array initialization
|
9 |
___________ make it easier to read and write values in array. |
- A. Loop
- B. Conditions
- C. Expressions
- D. Functions
|
10 |
If array first element has the index. |
|