MODULE 3
1. Develop a C program to print Binary search
2. Develop a C program to print Linear search
3. Develop a C program to sort the given set of N numbers using bubble sort.
4. Define storage class explain the different storage classes supported by c
5. Discuss the terminologies used in Functions
MODULE 4
1. How 2D array is represented in memory. Explain with suitable example.
2. What are strings? Mention the reading strings and writing strings along with their Syntax.
3. Develop a C program to implement matrix multiplication and validate the rules of multiplication
MODULE 5
1. Explain any five character manipulation functions with examples.
2. Define structure? How structure is declared and initialize.