1. Define preprocessor directive with example
2. Call by value and call by reference/pass by value pass by reference/parameter passing
methods
3. Dynamic memory allocation and its types with example each
4. Linear search algorithm and program
5. .Binary search algorithm and program
6. Bubble sort algorithm and program
7. selection sort algorithm and program
8. Insertion sort algorithm and program
9. Write briefly about storage classes with example
10. Define operator?Different types of operators with example
11. Define flowchart and Draw flowchart for the following programs
a).Min max b).prime number c).quadratic equation
Define algorithm and Write the steps for algorithm for the following
a).Min max b).prime number c).quadratic equation
Define Data type?Explain different types of data type with example
12. Write the Structure of c program
13. Define functions and types of functions(predefined and user define)in user defined (no
argument no return,etc) with example
14. Define Recursion ?explain its advantages and disadvantages with example
program(factorial,gcd,fibonacci,sum of digits program)
15. Define file?what are the file operations and file handling function with example program
16. Define array?write the syntax of array?write program max and min in an array
17. distinguish between single and multi dimensional arrays
18. write a program for addition,multiplication,transpose of a matrix
19. .Define string?explain string handling functions
20. .Define self referential structure?explain types of self referential with example
21. Define structure?write the syntax of structure with example
22. Define Union?write the syntax of union with example