Comparison of two integer saved in array

Thread Starter

ecaits

Joined Jan 6, 2014
56
Dear All Friends,

I want to compare two integer array and want to know that which is greater. I have tried logic to compare MSB of each to LSB but I am not getting exact result.

For Example.

int data[5] = '12334" and int sample[5] = "11274" are two integer array and I want to compare that which array is greater.

Plz suggest me how can I complete this?
 
Top