User profile: jones12

User info
User name:jones12
Name:Eric
Location:Illinois
History
Joined:
Number of posts:3
Latest posts:

Help using "strtok" in C
I need to tokenize a string and have an array of pointers point to each word. If somebody could plea...

Calling a function from a function
Definitely compiles. The purpose of the isPalindrome function is basically to copy the string from m...

Calling a function from a function
I am having trouble calling the function isPurePalindrome() from inside the function isPalindrome()....