what is the use of function bool??
Palindromic string
@Ambuj-Singh-514796906079795 bool isPalindrome() function return true if the string passed is palindrome it return true else false, which is used by if statement in main function.
If this resolves your doubt mark it as resolved.
1 Like