Showing posts with the label palindrome

c program to find the string is palindrome or not

PROGRAM TO FIND PALINDROME STRING EX: enter the string malayalam malayam is a palindrome. PROGRAM: #include <stdio.h>  in… Read more

Load More Posts That is All