Assignment Final PDF

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

FINAL ASSIGNMENT

Marks:7*5=35
The assignment is treated as a mid-term internal evaluation.
Please submit the assignment within 15th August

1. Create an array of characters (randomly chosen) and print them in


ascending order of their ASCII value.
2. Find the mean of maximum and minimum element of an array.
3. Create a stack of characters, push some characters and pop and
print them so that it prints your name.
4. Create a stack of numbers, pop them and give the summation.
5. Represent a queue using stack.
6. Swap 2 nodes of a Linked List using pointers.
7. Represent Queue using Linked List.

You might also like