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 the main use of c++?
When we use Abstract Class and when we use Interface?where we will implement in real time?
Mention the ways in which parameterized can be invoked. Give an example of each.
What is oop in c++?
What is private inheritance?
Is main a class in c++?
Why is "using namespace std;" considered bad practice?
What is a tree in c++?
what are the events occur in intr activated on interrupt vector table
What is the use of string in c++?
What is a linked list in c++?
Show the declaration for a pointer to function returning long and taking an integer parameter.
Does c++ have string data type?
What is the difference between set and map in c++?
What is the difference between function overloading and operator overloading?