User Profile
Collapse
-
IT is supposd to find out if a word is a palindrome or not... -
Mr program is compiling but not running correctly ... please help
#include <stdio.h>
#include <string.h>
#define SIZE 80
int main ()
{
char word[SIZE];
int i;
int length =0;
int palindrome ;
printf("Please enter a word\n");
//printf("termina ted by -1\n");
//do
// {
scanf("%s", word);
i++;
//}
//while
...
No activity results to display
Show More
Leave a comment: