Mega Code Archive
Categories
/
C
/
String
Looking for palindromes
#include
#include
#include
int main() { char sentence_chars[500] ="level"; int i = 0; int j = 0; int length = 0; length = strlen(sentence_chars); for(i = 0 ; i