Hi everyone. Im quite new to c programming so please bear with me. Im looking for a bit of advice. Ive written a program which accepts a 64x64 data file and writes it into an array. This works fine.

Im now wanting to read each row in the array noting the position of the maximum value for each row and giving the coordinates of this value in terms of x and y with respect to the array.

I was wondering if anyone could give me any clues to get me started with this or let me know any of the functions or commands I should be using.

Any help would be greatly appreciated. Thanks.