Palindrome String C Program
String Class C#
Find Palindromes In A String
I don't know what you mean by the 'C' variant that isn't STL. Almost all C code is valid C code. When someone speaks of a 'string' in C/C, I think 'pointer to character'.
Given a string, write a c function to check if it is palindrome or not. A string is said to be palindrome if reverse of the string is same as string.
C program to check a string is palindrome or not using strrev function and without using string library functions with Sample Input and Output. Possible Duplicate: to find if a given string is palindrome or is not palindrome I need to create a program that allows a user to input a string and my program will.
The 'string class' is merely an encapsulation of a char pointer with extra overhead and some nifty features. I've spent more years than I'll admit striving to make all lines of code I write readable, understandable, and maintainable. So you can see why I would get spazzed about my code being called 'obfuscated'. – Dec 2 '11 at 23:20.