I need to create a function that scans a string for the Character '-' and replaces it with '_'. I'm thinking that i should use strcpy but im not sure. help? |
And also how would i create a function that tells the amount of words in a string. and how a word is defined needs to be stated also. |