write program for palindrome
Answer Posted / arungmail.com
Ans 9# is working with out make that as long int.....
n=n/10 for iterating n value,.
Buts var alone holds the required output...
So the comp must be made between s & m
as like if(s==m)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What do you mean by overhead in c++?
What is const pointer and const reference?
Can comments be longer than one line?
When are exception objects created?
How would you find out if a linked-list is a cycle or not?
How to declare an array of pointers to integer?
What is lazy initialization in c++?
Explain storage qualifiers in c++.
Can static member variables be private?
What is linked list in c++?
What return value must conversion operators have in their declaration?
What is the difference between containment and delegation?
What is ofstream c++?
What is difference between c++ 11 and c++ 14?
What are vtable and vptr?