Question: it is c++ how to creat a code by using for loop in this quistion and plz use cout not printf Task #3: Program to
Task \#3: Program to check if a Given String is Palindrome Given a string, write a C+ function to check if it is palindrome or not. A string is said to be palindrome if reverse of the string is same as string Means, if we read string from end to begin, it is same as begin to end. For example, "abba" is palindrome, but "abbc" is not palindrome
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
