Thread
:
replace the "*" in the above string with " ", a single space character using ANSI C??
View Single Post
shabbir
Go4Expert Founder
22Aug2007,10:33
You need to be looping through each member and if some character match is found you need to be replacing it with the new character.