X
Submit Question
Q
Reverse characters of each word in a sentence

Given a linked list containing characters that form a string such as

--------- "my career stack" ---------
Reverse the characters of each word, keeping the order of the words same such that the output will be

--------- "ym reerac kcats" ---------


Google | Linked List  

views: 4750

You need to login/register to view the answer. Or connect with