
-----------------------------------
alpesh
Tue Mar 13, 2007 6:21 am

Remove duplicate character from string...........?
-----------------------------------
can any body having idea about my problem 
Remove duplicate character from string...........?
plz..... :?:  :?:  :?:  in Turbo C

-----------------------------------
Clayton
Tue Mar 13, 2007 8:20 am

Re: Remove duplicate character from string...........?
-----------------------------------
well, you could search through your "string" and look for double characters (by comparing the current character to the one before it) and remove one of them if they are the same.
