Javatpoint Logo
Javatpoint Logo

Armstrong Number in C

Before going to write the c program to check whether the number is Armstrong or not, let's understand what is Armstrong number.

Armstrong number is a number that is equal to the sum of cubes of its digits. For example 0, 1, 153, 370, 371 and 407 are the Armstrong numbers.

Let's try to understand why 153 is an Armstrong number.

Let's try to understand why 371 is an Armstrong number.

Let's see the c program to check Armstrong Number in C.

Output:

enter the number=153
armstrong number

enter the number=5
not armstrong number




Youtube For Videos Join Our Youtube Channel: Join Now

Feedback


Help Others, Please Share

facebook twitter pinterest

Learn Latest Tutorials


Preparation


Trending Technologies


B.Tech / MCA