0% found this document useful (0 votes)
60 views1 page

Assignment 12

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
60 views1 page

Assignment 12

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

List of array and matrix programming exercises

================================

01. Write a C program to read and print elements of array.


02. Write a C program to print all negative elements in an array.
03. Write a C program to find sum of all array elements.
04. Write a C program to find maximum and minimum element in an array.
05. Write a C program to find second largest element in an array.
06. Write a C program to count total number of even and odd elements in an array.
07. Write a C program to count total number of negative elements in an array.
08. Write a C program to copy all elements from an array to another array.
09. Write a C program to merge two array to third array.
10. Write a C program to find reverse of an array.
11. Write a C program to put even and odd elements of array in two separate array.
12. Write a C program to search an element in an array.

You might also like