Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

WAP in c when enter the multiple word of same type then print one single value

0 votes
asked Nov 16, 2019 by Ajeet (120 points)

1 Answer

0 votes
answered Nov 19, 2019 by Jeff Steinborn (180 points)

If you want to make a list of words unique...  this example will take "words" on the command line and print out the unique set of words, in order.

https://onlinegdb.com/HyJkq5Z3B
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...