QUESTION DESCRIPTION
Write a program to add the list, display the list in the reverse order and delete the list element
Input:
1. The size of the first list
2. The size of the second list
3. The List elements of first and second list
4. The List element to be deleted
Output:
1. The appended or extended list
2. The reverse list
3. Th updated or final list after deleting
4. The sorted list
Write a program to add the list, display the list in the reverse order and delete the list element
Input:
1. The size of the first list
2. The size of the second list
3. The List elements of first and second list
4. The List element to be deleted
Output:
1. The appended or extended list
2. The reverse list
3. Th updated or final list after deleting
4. The sorted list
Comments
Post a Comment