1. Define structure with syntax. Explain different types of structure.
2. Difference Between Structure and Union.
3. Define pointer to structure. Explain how to access member of structure using Star, Dot
and Arrow Operator with Example.
4. Define Union. write the Syntax for defining Union. How memory is allocated for Union.
5. Write a C program to sort Student details in increasing order of average marks using
structure.
6. What is nested Structure. How to initialize and access members of nested structure.
7. Define Data Structure. Explain the classification of data structure with example.
8. Write a C program to sort the elements of an array using bubble sort.
9. Write a C program to add two matrices.
10. Write a C program to find transpose of a matrix.
11. Define pointers. What are the advantages of pointers.
12. Explain the different operations performed on data structures.
13. Write a C program to insert and delete an item in a Specified position of an array.
14. Explain Global, Local and static variables.
15. Write a C Program to perform matrix multiplication.
16. Explain the dynamic memory allocation functions supported by c with syntax and
examples.
17. Explain slack bytes. What are the advantages of slack bytes.