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
Can union be self referenced?
Can you sort a set c++?
How delete [] is different from delete?
What is the use of object in c++?
Define macro.
What is different in C++, compare with unix?
How a modifier is similar to mutator?
What is a loop? What are different types of loops in c++?
What are the characteristics of friend functions?
What is long in c++?
Do you need a main function in c++?
What is a manipulative person?
What is lazy initialization in c++?
What are guid?
What is implicit pointer in c++?