C programming Homework
Write a C program to calculate sum and average of all array
elements.
Write a C program to count the number of odd and even
numbers in an array of 50 elements.
Write a program that replaces all negative numbers in an
array with zero.
Write a program to find the second largest element in an
integer array.
Write a C program to count the frequency of any specific
target element in an array.