C program to check whether a given string is a palindrome
kw.c
Output
kodingwindow@kw:~$ gcc kw.c
kodingwindow@kw:~$ ./a.out ——————————————————————————————————————————— Program to check if a string is palindrome ——————————————————————————————————————————— Enter the string MOM String is palindrome ——————————————————————————————————————————— kodingwindow@kw:~$
What Next?
C Arrays
Advertisement