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 three forms of cin.get() and what are their differences?
Are there interfaces in c++?
What is a forward referencing and when should it be used?
Explain the pure virtual functions?
Can member data be public?
Define a conversion constructor?
When is the copy constructor called?
What is object in c++ example?
What is istream and ostream in c++?
What is a volatile variable in c++?
When are exception objects created?
Do class declarations end with a semicolon?
write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num
What are static type checking?
What is dynamic and static typing?