1. Introduction to Structure :

NoTopicMCQ
1.1Introduction to Structure -

2. Declaring Structure :

NoTopicMCQ
2.1Declaring Structure Variable -
2.2Typedef to Create Structure Type-
2.3Initializing Structure Variable-
2.4Declaring Structure : Important Things-
2.5Some Structure Declarations and Meaning-

3. Initializing and Accessing Structure :

NoTopicMCQ
3.1Accessing Structure Members-
3.2Arrow Operator while Accessing Structure-

4. Array and Structure :

NoTopicMCQ
4.1Initializing Array of Structure-
4.2Accessing Element in Structure Array-
4.3Passing Array of Structure to Function-
4.4Array of Structure-

5. Pointer and Structure :

NoTopicMCQ
5.1Pointer Within Structure-
5.2Pointer to Structure-
5.3Array of Pointer to Structure-
5.4Pointer to Structure Within the Same Structure-
5.5Pointer to Array of Structure-

6. Structure Miscellaneous :

NoTopicMCQ
6.1Passing Structure to Function-
6.2Structure having Integer Array as Member-
6.3Bit Manipulation Using Structure -
6.4Structure within Structure (Nested Structure)-
6.5Calculate Size of Structure using sizeof operator-
6.6Calculate Size of Structure without sizeof operator-
6.7Uses of Structure-
6.8Application of Structure-