0
How to make case insensitive palindrome program in C++?
I want to make such program in c++ that it should say "Aba" is palindrome string too..! i short it must be case insensitive..
4 Respuestas
+ 4
Convert the whole string either into lower case or to upper case
+ 3
check my code
https://code.sololearn.com/c609S4xUz7rO/?ref=app
+ 2
thank you 🇻🇳GNAOH🇻🇳
+ 2
nAutAxH AhmAd yess i used this method and made the program...thank you😊