Skip to content

ChrisMar00/Palindrome-checker-in-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Palindrome checker in C

This script helps you check if a string is a palindrome using C language. The script isn't case sensitive so you can use both lower or upper case letters. To use the script just compile it in a terminal and add the word you want to check as an argument:

./palindrome racecar

-racecar is palindrome!

./palindrome lighthouse

-lighthouse isn't palindrome!

If no or more than one argument is passed, an error is raised:

Usage: ./palindrome 'string'

About

Check if a string is a palindrome using C language

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages