hi ...
i'm trying to sort an array of string.
my code should sort my array alphabetically [a-z] ,but it dos not do that ..


int main(void)

{
char mov[7][25];
int f,c,i; ///first , current...