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
Show the declaration for a pointer to function returning long and taking an integer parameter.
Is rust better than c++?
Write a program to find the reverse Fibonacci series starting from N.
What is == in programming?
How many ways can a variable be initialized into in C++?
Write about c++ storage classes?
Implement stack operations with pointers with appropriate exception checks.
Why do we need pointers?
Differentiate between late binding and early binding.
What is ofstream c++?
Can we overload operator in c++?
What is encapsulation in c++ with example?
Is it possible to have a recursive inline function in c++?
Tell me can a pure virtual function have an implementation?
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h