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 comments be nested?
What are arrays c++?
What is the advantage of an external iterator.
Is c++ free?
Differentiate between the manipulator and setf( ) function?
Where is atoi defined?
What is a container class? What are the types of container classes in c++?
Is it possible to write a c++ template to check for a function's existence?
How can a struct in c++ differs from a struct in c?
What is private inheritance?
Explain what data encapsulation is in c++?
Can I create my own functions in c++?
What are the advantages of using pointers in a program?
Explain register storage specifier.
What is a volatile variable in c++?