For example i have an array like:
a[20]={1,5,7,8,4,3,12,15,15,15,11,...}
lets say that the max Value of this array is 15.
i want to write :
"The max value of array a is 15 and it is located at 8th,9th and 10th element in array. "
Is it possible to write a C code to solve this? Thanks..