Question 1: Structure Basics
What is a structure in C?
Question 2: Structure Declaration
Which is the correct way to declare a structure?
Question 3: Structure Access
What will be the output?
Question 4: Pointer to Structure
What will be printed?
Question 5: Difference between Structure and Union
What is the key difference between structure and union in C?
Question 6: Size of Structure
What will sizeof return?
Question 7: Union Behavior
What will be printed?
Question 8: Nested Structures
Which of the following is valid for nested structures?
Question 9: Structure vs Array
Which statement is true?
Question 10: Union Size
What will sizeof return?