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 endl c++?
Explain data encapsulation?
What are features of c++?
Can I make ios apps with c++?
How does class accomplish data hiding in c++?
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
How static variables and local variablesare similar and dissimilar?
What is the basic concept of c++?
What is the basic structure of a c++ program?
Difference between overloaded functions and overridden functions
Why do we use templates?
What is the role of C++ shorthand's?
What is the best ide for c++?
what are the iterator and generic algorithms.
What kind of problems can be solved by a namespace?