Can anyone make a dictionary in which user enter some words and as an output he will get back all his words in order?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can anyone make a dictionary in which user enter some words and as an output he will get back all his words in order??

Ex:- Input Ram Abhi Shyam Amit Output should be:- Abhi Amit Ram Shyam (Note :- Only in C or C++ )

22nd Dec 2017, 6:34 AM
Nitish Mishra
Nitish Mishra - avatar
1 Answer
+ 7
https://code.sololearn.com/c7HJPN42QeQ9/?ref=app here is the code for exact output........all i can do with cpp....do you really meant to make an actual dictionary?
13th Jan 2018, 7:08 PM
adnan
adnan - avatar