We can check given word is palindrome or not through below code:- #include<stdio.h> #include<string.h> main( ) { char str[10];
Continue readingWe can check given word is palindrome or not through below code:- #include<stdio.h> #include<string.h> main( ) { char str[10];
Continue reading