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 are the two types of comments?
What is while loops?
What are default parameters? How are they evaluated in c++ function?
Explain linked list using c++ with an example?
Is vector a class in c++?
Can I create my own functions in c++?
How long does it take to get good at leetcode?
Is c++ a programming language?
What does #define mean in c++?
Discuss the possibilities related to the termination of a program before entering the mainq method?
What are the four main data types?
What is an inclusion guard?
What is the exit function in c++?
When do we use copy constructors?
How do I use arrays in c++?