1. Introduction to Structure :
| No | Topic | MCQ |
|---|---|---|
| 1.1 | Introduction to Structure | - |
2. Declaring Structure :
| No | Topic | MCQ |
|---|---|---|
| 2.1 | Declaring Structure Variable | - |
| 2.2 | Typedef to Create Structure Type | - |
| 2.3 | Initializing Structure Variable | - |
| 2.4 | Declaring Structure : Important Things | - |
| 2.5 | Some Structure Declarations and Meaning | - |
3. Initializing and Accessing Structure :
| No | Topic | MCQ |
|---|---|---|
| 3.1 | Accessing Structure Members | - |
| 3.2 | Arrow Operator while Accessing Structure | - |
4. Array and Structure :
| No | Topic | MCQ |
|---|---|---|
| 4.1 | Initializing Array of Structure | - |
| 4.2 | Accessing Element in Structure Array | - |
| 4.3 | Passing Array of Structure to Function | - |
| 4.4 | Array of Structure | - |
5. Pointer and Structure :
| No | Topic | MCQ |
|---|---|---|
| 5.1 | Pointer Within Structure | - |
| 5.2 | Pointer to Structure | - |
| 5.3 | Array of Pointer to Structure | - |
| 5.4 | Pointer to Structure Within the Same Structure | - |
| 5.5 | Pointer to Array of Structure | - |
6. Structure Miscellaneous :
| No | Topic | MCQ |
|---|---|---|
| 6.1 | Passing Structure to Function | - |
| 6.2 | Structure having Integer Array as Member | - |
| 6.3 | Bit Manipulation Using Structure | - |
| 6.4 | Structure within Structure (Nested Structure) | - |
| 6.5 | Calculate Size of Structure using sizeof operator | - |
| 6.6 | Calculate Size of Structure without sizeof operator | - |
| 6.7 | Uses of Structure | - |
| 6.8 | Application of Structure | - |
