i am writing a program of string pallindrome, code is compiling successfully but on running it accepting the string but nothing after that, the output window stays on hold with cursor blinking, plz help what is wrong with this code.
i am using dev-c++
And remember, variables are not automatically inititlized in C++ so if you expect size to start off at 0...
Andy
PS You're program doesn't look quite right (!) later on. For one thing, it's doing more work than needed (but I can sort of see the required logic is mostly there.)