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


Please Help Members By Posting Answers For Below Questions

What things would you remember while making an interface?

561


What is a constructor and how is it called?

587


What is this weird colon-member (" : ") syntax in the constructor?

539


What kind of problems can be solved by a namespace?

587


Explain pass by value and pass by reference.

590






Is swift a good first language?

586


Explain the concept of dynamic allocation of memory?

617


What is c++ w3school?

624


Differentiate between a constructor and a method in C++.

552


What is a pdb file?

533


What is math h in c++?

602


What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required

566


Is overriding possible in c++?

565


What is difference between c++ 11 and c++ 14?

568


How can an improvement in the quality of software be done by try/catch/throw?

586