write program for palindrome
Answer Posted / sahil
answer #9 is correct.
Just use long int instead of int.
and use %ld instead of %d.
I hv tested it.
It works 100%
| Is This Answer Correct ? | 28 Yes | 40 No |
Post New Answer View All Answers
Can you sort a set c++?
What is function overloading in C++?
What are the new features that iso/ansi c++ has added to original c++ specifications?
Explain the difference between using macro and inline functions?
What do you know about near, far and huge pointer?
What is a flag in c++?
What is c++ similar to?
Which programming language is best to learn first?
What are shallow and deep copies?
Explain the benefits of proper inheritance.
What does int * mean in c++?
What are the benefits of operator overloading?
Where and why do I have to put the "template" and "typename" keywords?
Is it possible to provide special behavior for one instance of a template but not for other instances?
If dog is a friend of boy, and terrier derives from dog, is terrier a friend of boy?