filmov
tv
C program to find Armstrong number // c programming // c tutorials

Показать описание
Hi ,
This video will help you to know how to write c program to find Armstrong number ,
these programs will helps you for interviews .
Logic of Armstrong number :
371 = (3*3*3)+(7*7*7)+(1*1*1)
(3*3*3)=27
(7*7*7)=343
(1*1*1)=1
Result :
27+343+1=371
This video will help you to know how to write c program to find Armstrong number ,
these programs will helps you for interviews .
Logic of Armstrong number :
371 = (3*3*3)+(7*7*7)+(1*1*1)
(3*3*3)=27
(7*7*7)=343
(1*1*1)=1
Result :
27+343+1=371