codemistic / Data-Structures-and-Algorithms

A repository to help the open-source community with DSA related contributions
MIT License
357 stars 344 forks source link

Compare_And_Check_Palindrome.c #735

Closed AmanDekate1 closed 1 year ago

AmanDekate1 commented 1 year ago

A palindrome is a word, number, phrase, or other sequence of symbols that reads the same backwards as forwards. We can check both the conditions in this program of a palindrome string and not palindrome string.