Please I am trying to find built in function that compares not the alphabet but the digits in two character array. 
for example
if in char array1[50] there is a number 500 and in char array2[50] there is a number 100 so I should be able to compare which one is bigger, in this case 500 is bigger which is array1 so what is the built in function for this. Please help me.
 
     
     
    