(i) A Palindrome is a string that reads the same forward and backward. Write an algorithm for determining whether a string of n characters is palindrome.
Solution:-
C program to check whether it is a palindrome and also find the length of string
1. #include <stdio.h>
2. #include <string.h>
3.
4. void main()
5....
Showing posts with label bcsl-045. Show all posts
Showing posts with label bcsl-045. Show all posts