Archive for the ‘Misc’ Category





Palindrome Checker

Palindrome checker takes input from a file or keyboard, and lists out all palindrome words. This checker identifies even multiple words which are palindrome. This is a console based program, without arguments to the program, will act as a console shell, which takes input from keyboard and processes the words.
Recursive string reversal function is used [...]

Continue Reading..
Posted in Uncategorized