ecaits
Member level 4
- Joined
- Jan 16, 2014
- Messages
- 76
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 6
- Activity points
- 579
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?
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?