hi everybody
this is the code i am writing to get the palindrome of product of numbers.
But while excuting the if block is not working what i have written in the for loop. why this happening can anybody help?????
@sirja: I am using Turbo C++ v4.5
according to me... you should try adding '.h' to 'iostream' and write it as 'iostream.h'
and then removing the second line i.e. 'using namespace std'...
it worked out for me... just give it a try...
Step through the code either in your head or using a debugger, watching the variables mul and res. You will see that res is never greater than 10 when res is equal to mul.