Interviews Questions, Algorithms, Aptitude, C Interview Program, C Theory Question, Aptitude Tricks, Test Series,

Showing posts with label Armstrong number or not. Show all posts
Showing posts with label Armstrong number or not. Show all posts

Monday, 13 May 2019

Armstrong numbers between two intervals

Question:

Write a program to print Armstrong numbers between two intervals

Solution:


Armstrong number or not

Question:

Write a program to identify if the number is Armstrong number or not

Solution: