Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #44.3K
2 Posted Topics
It works, thanks guys... exactly what i was looking for..
Jim, you need to have the condition as [code]if((ascii_a[i] == 0 && ascii_b[i] != 0) || (ascii_a[i] != 0 && ascii_b[i] == 0))[/code] instead of [code]if(ascii_a[i]!=ascii_b[i])[/code] because anagrams don't care for repeated alphabets
The End.
mprice