Lab Quiz 1
Lab Quiz 1
2
Q1.
WAP to create a linked list print count of elements with even and odd data separately.
Q2.
Q3.
WAP to create a linked list, then search a node with data entered by user, insert a new node after
that node (With or without an insert/search function/s)
Q4.
WAP to create a linked list, then print all elements in reverse order.
Or
WAP to create a linked list, then copy all elements to another linked list in reverse order.