Program to print armstrong numbers in the range from 1 to 1000 | Programming in C

preview_player
Показать описание
This video implements program to print all armstrong numbers in a range from 1 to 1000
Рекомендации по теме
Комментарии
Автор

I can't thank u as much as I want ....the problem of printing only 1 also with me....I spent my whole day to solving this problem.. and you solved it Man....Thans a lot👍👍👍👍

priyankaraj
Автор

This program is wrong
for a 1 digit number its x
and 2 digit number its x*x
3 digit number its x*x*x and so on

amaldev
Автор

Thanks to make this video Sir. can you tell me how to print the comma between the numbers? Because i am unable to do so.

excelquest
Автор

What about 2, 3, 4, 5, 6, 7, 8 and 9?....Aren't they armstrong?🤔

Jayu_Bro
Автор

i have to thanks to help me logic build for this question

arshuarshad
Автор

This is wrong logic. Amstrong means sum of each digit raised by power of number of digits in that number. Eg: 1643 as 1^4+6^4+4^4+3^4

mallasatish
Автор

why tf 2, 3, 4 etc are Armstrong number 🙄

jayeshahirrao
Автор

then every digit itself is an Armstrong

amaldev