Hello, i am making a program that takes a sentece from a char file and then using some functions, it has to show if the sentence is palindrome.
Examples of palindrome senteces is :
"A dog! A panic in a pagoda!"
Well now talking about the code, when I execute it, appears a messege of runtime error 103. And it remarked this:
write(temp,dato);
That file is open, so i dont know why is the problem.
Here is the code: pastebin.com/tHuJkvF7
I wish someone can help me
Thanks for all