About this document
C Program to Check Palindrome String by pranjalwaghchaure is a document available to read on EtoBox.
This document contains a C program that checks if a given string is a palindrome. It reads a string from the user, reverses it, and compares the original string with the reversed one. If they are the same, it outputs that the string is a palindrome; otherwise, it indicates that it is not.
- Author
- pranjalwaghchaure
- Language
- EN