In this video, we learn how to check whether a number is an Armstrong Number using C Programming.
An Armstrong Number (also known as a Narcissistic Number) is a number that is equal to the sum of its own digits each raised to the power of the number of digits.
For example:
153 = 1ยณ + 5ยณ + 3ยณ = 153
So, 153 is an Armstrong Number.
๐ฏ This video is perfect for:
Beginners in C Programming
BCA / B.Tech / Diploma students
Competitive programming beginners
Interview preparation
If you found this video helpful:
๐ Like
๐ฌ Comment
๐ Subscribe to @CodersShivam for more C programming tutorials
#CProgramming #ArmstrongNumber #CodersShivam #ProgrammingForBeginners #LearnC