i want to write it with following prototype:
int occurence (int a[],intasize,int e)
[B]this function must returns the number of occurence of e in the array a in c++.
int occurence (int a[],intasize,int e)
[B]this function must returns the number of occurence of e in the array a in c++.
Comment