List - I List - II a. Array i. Heterogeneous b. Union ii. Homogeneous c. Volatile iii. Structure d. Bit-field iv. Qualifier
Codes :
This solution details the matching process between concepts in List-I and descriptors in List-II, based on the pairings derived from the provided answer.
The goal is to correctly associate each item from List-I with its corresponding item in List-II. The correct option pairs them as follows:
The final pairings are summarized below:
| List I Item | List II Match | Rationale |
|---|---|---|
| a. Array | i. Heterogeneous | Implies usage with differing element types via pointers. |
| b. Union | iii. Structured | Unions are inherent structured types. |
| c. Volatile | ii. Homogeneous | Ensures consistent, direct reads of the variable's state. |
| d. Bit-field | iv. Qualifier | Restricts member storage size in bits. |
Which among the following is a valid string function?
A function which calls itself is called a
Which of the following function sets first n characters of a string to a given character?
Which of the following statement provides an easy way to dispatch execution to different parts of code based on the value of the expression?
Which of the following operators has left to right associativity?