How do you check whether a string is palindrome or not using TCL script?
Answer Posted / indu sharma
Pseudo code:
>>Find the length of string
>>Then Compare character at index i with "i+string length"
If all character at index position i and "i+ string length" are same then it is a palindrome string.
Any better solutions???
Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category