Palindrome Check In C


/ Published in: C
Save to your folder(s)

A palindrome is a string that reads the same both backwards and forwards. Famous examples are "Madam I'm Adam" or "Able was I ere I saw Elba". This function checks that a given string reads the same backwards and forwards. (requires including stdbool.h)

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.