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
Explain public, protected, private in c++?
What are the benefits of oop in c++?
Can there be at least some solution to determine the number of arguments passed to a variable argument list function?
Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?
Is c++ low level?
What is the use of lambda in c++?
Which sort does c++ use?
Give example of a pure virtual function in c++?
If you don’t declare a return value, what type of return value is assumed?
What is the difference between global int and static int declaration?
Is c++ a programming language?
Why use of template is better than a base class?
What is a volatile variable in c++?
What is the use of map in c++?
What is the full name of logo?