How to make case insensitive palindrome program in C++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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..

10th Sep 2018, 2:03 PM
saurabh sable
saurabh sable - avatar
4 Answers
+ 4
Convert the whole string either into lower case or to upper case
10th Sep 2018, 6:34 PM
blACk sh4d0w
blACk sh4d0w - avatar
10th Sep 2018, 4:34 PM
LetterC67
LetterC67 - avatar
10th Sep 2018, 4:37 PM
saurabh sable
saurabh sable - avatar
+ 2
nAutAxH AhmAd yess i used this method and made the program...thank you😊
10th Sep 2018, 6:36 PM
saurabh sable
saurabh sable - avatar