Skip to content

Hayate-Ayasaki/String-Pallindrome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

// String-Pallindrome #include<string.h> #include<stdio.h> #include<conio.h> void main() { char str[50],str2[50]; printf("Enter the string -> "); gets(str); strcpy(str2,str); (strcmp(strrev(str),str2)==0)?printf("Pallingdrome"):printf("Not Pallingdrome"); getch(); } // Accessed third time

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published