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
Why is swift so fast?
What is prototype in c++ with example?
What is the role of static keyword for a class member variable?
What does iomanip mean in c++?
Can we use clrscr in c++?
what is oops and list its features in c++?
How to declare an array of pointers to integer?
Explain public, protected, private in c++?
What it is and how it might be called (2 methods).
Refer to a name of class or function that is defined within a namespace?
Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort
What is doubly linked list in c++?
Can a program run without main?
What do you mean by const correctness?
What is capacity in vector in c++?