Question 1 Write a program to check if a given string is palindrome or not.A string is said to be palindrome if reverse of the string is same as string. For example, “abba” is palindrome, but “abbc” is not palindrome. Next