Latest C Aptitude Question SOLUTION: Write a program to eliminate repeated word in a string without using built in function. For ex: hi how are you. hope you are fine. o/p: hi how are you. hope fine.