0
What if we use uppercase words also, then which word will come first?
If one word is ace and other is Ace, which one will come first.?
3 odpowiedzi
+ 5
According to machine collating, I guess, 'Ace' should come before 'ace' with reference to their index in ASCII table.
+ 1
depending on sort algorithm, in general uppercase comes first (see your used code page)
0
According to what you want it to be first because you are the one who is riding the machine (i mean the code)?