Write a function named tokenize() that will receive the following parameters: A char * to the string to tokenize, and a char * [ ] that will receive pointers to all of the tokens generated, in their order of generation. The function will return the number of tokens found in the string provided. The variable names you choose matter.
Can someone help write this into C language?
have you post it at
http://homework.teamtutorial.com/
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment