C Programming Assignment List
C Programming Assignment List
Input name of source and destination file paths as command line argument and implement file copy program.
Input a number from user and display it in binary form.
Convert a number from binary to BCD and BCD to binary.
Write a macro to display a variable name and its value. Hint: use # operator.
Data Structures
16. Search a element in the array using binary search algorithm. Try with and without recursion.
17. Implement a stack and solve given postfix expression using it.
18. Implement a singly linked list of integers with operations like add first, add last, insert at position, search, delete
first, delete last, delete at position, free list, reverse list.
19. Implement a doubly circular linked list of book structure with operations like add first, add last, insert at
position, search, delete first, delete last, delete at position, free list.
20. Implement a deque using linked list.
SunBeam Infotech, Pune & Karad