Recently I am having problem in finding Length of an Integer Array in C program.
Here is the case.
Consider in main() I have taken one integer array called a[]={1,2,3,4,5}; and Now I am passing this array to one function called myfunc i.e myfunc(int *p). Now In this function how to find length of this array..???