Index of Page 13

You might also like

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

INDEX

SR . Pg.
No. TOPIC No.
list manipulation
Write a Program which will transfer the content from two List,
List A and List B to List C. The even places of List C should get the
180.
content from the List A and odd places of List C should get the
content from the List B.
Write a Program to transfer the content from one List A to two
different List Odd and Even. The Odd List should contain the
181.
values from odd position of List A and Even List should contain
the values from even position of List A.
182. Write a Program to merge a given List A in descending order and
B in descending order into third List C in ascending order.
183. Write a Program to find and display those names of those places,
which contains more than 5 Characters.
184. Write a Program to input elements in a List and sort it using
Bubble sort technique.
185. Write a Program to input elements in a List and sort it using
Insertion sort technique.

DATE OF SUBMISSION: ___________________ TEACHER’S SIGNATURE : __________________

You might also like