Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (1)
Check programe palindrome or not
no vote
C program for palindrome or palindrome in c programming: palindrome program in c language, c code to  check if a string is a palindrome or not and for palindrome number. This program works as follows :- at first  we copy the entered string into a new string, and then we reverse the new string and then compares it with  original string. If both of them have same sequence of characters i.e. they are identical then the entered string  is a palindrome otherwise not. To perform copy, reverse and compare operations we use strcpy, strrev and  strcmp functions of string.h resp
mdsaif
2016-08-23
0
1
No more~