Question: In C program write a program that finds the occurrence of a element in one dimensional array assume the first value read specifics the total
In C program write a program that finds the occurrence of a element in one dimensional array assume the first value read specifics the total number of elements inthe array.
sample output should be:
enter total number of elements:5
enter array elements
enter element 1: 10
element 2:10
enter number to find occurance: 10
occurance of 10 is 2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
