|
|
- A palindrome is a string that reads same in either direction. A palindrome can be string, phrase, numbers, or any sequence of symbols.
- We debug the following program ( palindrome.c ) which takes a string as command line argument and tests whether it is a palindrome or not.
|
|
|