merging & sorting of character arrays
|
Newbie Member
|
|
| 17Nov2009,19:23 | #1 |
|
i want help how to merge two char arrays and sort the resulted one plz help its urgent.
|
|
Contributor
|
|
| 17Nov2009,20:09 | #2 |
|
Do you mean char array as in a C-style string? i.e.:
Code:
char mystring[100]; //99+NULL character string |
