Check String Palindrome

# Introduction In this lab, you will learn how to write a C++ program that checks whether a given string is a palindrome or not. A palindrome is a string that is the same as its reverse. To check for a palindrome, we will reverse the given string and compare it with the original. If both the strings are the same, the given string is a palindrome, else, it is not.

|60 : 00

Click the virtual machine below to start practicing