- What is structure? When do we use a structure? How the members of the structure can be accessed?
- Is there any difference between array and structure? Explain with examples.
- Give the significance of typedef statement? When we can use typedef statement in structure. Give the general syntax of this statement.
- What is nested structure? Write a general syntax as well as example of the nested structure.
- What is member variable? How we can access the member variable of nested structure.
- Can a structure be passed to a function? How?
- What are the differences between array of structure and arrays inside the structure?
- What is the syntax for accessing the member variable of the pointer variable structure? Also give a suitable example.
No Comments