You are on page 1of 1

Programming for Problem solving – II

(ESC - 295)
ASSIGNMENT – 9

1. Write a menu driven program in C to implement queue operations using an array.


2. Write a menu driven program in C to implement queue operations using an Linked list.
3. Write a menu driven program in C to implement circular queue operations using an array.
4. Write a menu driven program in C to implement De-queue operations using an array.
5. Write a program in C to create and store information in a text file.
6. Write a program in C to read an existing file.
7. Write a program in C to write multiple lines in a text file.
8. Write a program in C to count a number of words and characters in a file.
9. Write a program in C to store employee information as entered by user from console.
(store id, name and salary of the employee.)
10.Write a program in C in file handling in the use of fseek function.
11.Write a program in C in file handling in the use of frewind function.
12.Write a program in C in file handling in the use of ftell function.
13. Write a program in C to read the file and store the lines into an array.
14.Write a program in C to delete a specific line from a file.

You might also like