1 |
Assigning values to an array for the fist times is called. |
- A. Assign value
- B. Array utilization
- C. Control array
- D. Array initialization
|
2 |
To initialize the array in a single statement, initialize it.............. declaration. |
- A. At the time of
- B. After
- C. Before
- D. Both a and b
|
3 |
To initialize the array in a single statement, initialize it ___________ declaration: |
- A. at the time of
- B. after
- C. before
- D. both a & b
|
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 |
array can be initialized _______ declaration: |
- A. at the time of
- B. after
- C. before
- D. both a & b
|
6 |
If array first element has the index. |
|
7 |
We use ............. loops to repeat a pattern multiple times. |
- A. Loop
- B. While loop
- C. Nested
- D. Simple loop
|
8 |
_________ structure allows repetition of a set of instructions. |
- A. Loop
- B. Conditional
- C. Control
- D. Data
|
9 |
How many types of loop are in C language. |
|
10 |
Which is a countainer to store collection of data items in a specific layout. |
- A. Data structure
- B. Simple Strucutre
- C. Normal Structure
- D. Complex structure
|