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
Perform addition, multiplication, subtraction of 2-D array using Operator Overloading.
What is class syntax c++?
Is the declaration of a class its interface or its implementation?
Explain dangling pointer.
What is an operator in c++?
When one must use recursion function? Mention what happens when recursion functions are declared inline?
If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?
Can java be faster than c++?
What are the data types in c++?
By using c++ with an example describe linked list?
Which operator cannot be overloaded c++?
How do I start a c++ project?
Which programming language is best to learn first?
Please explain the reference variable in c++?
Why do we use using namespace std in c++?