You are on page 1of 2

INDEX

Sr.No Title Pg.No


1. Write to input 10 numbers in an array and find the sum of all odd 1
numbers.
2. Write to input 10 numbers in an array and find the sum of all even 2
numbers.
3. Write a program to input 10 numbers in array and find the product of 3
numbers stored at odd index.
4. Write a program to input 10 numbers in array and find the product of 4
numbers stored at even index.
5. Write a program to input 10 numbers in an array and find the sum of 5–6
numbers is stored at even index.
6. Write a program to input numbers in an array and find positive 7–8
numbers between them.
7. Write a program to input 10 numbers in an array and count even 9 – 10
numbers in an array.
8. Write a program to input 10 numbers in an array and count odd 11 – 12
numbers in an array.
9. Write a program to input 10 numbers in an array and increase each 13 - 14
value by 5 .
10. Write a program to input 10 numbers in an array, then find the largest 15 – 16
number with their position.
11. Write a program to input 10 numbers in an array ,then find the 17 - 18
smallest numbers with their position.
12. Write a program to input 10 numbers in an array and reverse the 19
elements of array then print the array.
13. Write a program to input 10 numbers in an array and replace each 20 - 21
odd number by zero.
14. Write a program to input 2 array of same size and merge both array 22 - 23
using simple method.
15. Write a program to include 2 of the same size and merge both are 24 - 25
using alternate method.
16. Write a program to input 10 numbers in an array and separate odd 26 - 27
number and even number in 2 different arrays.

17. Write a program to insert some element in array of size 15 and 10 28 - 29


insert the new number into array at given index by user .

18. Write a program to input 10 numbers in an array and search. 30 - 31

19. Write a program to input 10 number in an array and search . 32 - 33

20. Write a program to input DOUBLE DIMENSIONAL ARRAY of 34 - 35


size 3 x 3 and add column separately.

21. Write a program to print half star pyramid. 36 - 37

22. Write a program to input 2 matrix and multiply them. 38 - 40

23. Write a program to input double dimensional array of 4 x 4 and find 41 - 42


some of boundary elements.

24. Write a program to input double dimensional array of 3 X3 and add 43 - 44


corner elements.

25. Write a program to input matrix of size 3 x 3 and find its transpose . 45 - 46

26. Write a program to store and display elements in stack. 47 - 50

27. Write a program to implement doubly linked list operation. 51 – 57

28. Write a program to implement linked list operation. 58 – 64

29. Write a program to implement queue operation. 65 – 67

30. Write a program to implement Dequeue operation. 68 - 71

You might also like