Answer Posted / hitesh
Armstrong Program in C++
Armstrong number is a number that is the sum of its own digits each raised to the power of the number of digits is equal to the number itself.
For example 153 is armstrong number, 132 is not prime number. <a href="http://www.tutorial4us.com/cpp-program/cpp-armstrong-program" rel="nofollow">Armstrong program in c++</a> is very simple and easy to write.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is an iterator?
What is the use of dot in c++?
List the advantages of inheritance.
What is the default width for ouputting a long integer using the insertion operator?
Explain what you mean by a pointer.
How did c++ start?
What do you know about near, far and huge pointer?
What is c++ & why it is used?
How do we implement inheritance in c++?
What is iomanip c++?
How can you tell what shell you are running on unix system?
Is c++ slower than c?
an integer constant must have atleast one a) character b) digit c) decimal point
What are the new features that iso/ansi c++ has added to original c++ specifications?
What is the difference between interpreters and compilers?