Can anyone write a C++ program which asks the user to input a string and checks if any word in the string is a palindrome.....

eg... if the string is Dad i am riding kayak, the program must display...

Dad
Kayak

each word remember!!

?anticode?