PL/SQL Program for Palindrome String

PL/SQL Program for Palindrome String

Here you will learn pl/sql program for palindrome string using substr function in pl/sql programming.

 

PL/SQL Program for Palindrome String

Output 1

Enter a string: gaman

Old String: gaman

New String: namag

The string is not a palindrome.

 

Output 2

Enter a string: madam

Old String: madam

New String: madam

The string is  a palindrome.

 

 

Check out our other PL/SQL programs examples

 

 

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top