Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Program 2

Given a String,check if it is a palindrome or not.

Variable description s= Input String start= Starting index of String s end= Last index of String s flag= Variable to mark if the String is not a Palindrome