write a C programme to print all the strong numbers below 10000..
Answer / shiv darshan
#include<stdio.h>
int main(){
int num,i,f,r,sum,temp;
int max;
printf("Enter maximum range: ");
scanf("%d",&max);
printf("Strong numbers in given range are: ");
for(num=1; num <= max; num++){
temp = num;
sum=0;
while(temp){
i=1;
f=1;
r=temp%10;
while(i<=r){
f=f*i;
i++;
}
sum=sum+f;
temp=temp/10;
}
if(sum==num)
printf("%d ",num);
}
return 0;
}
Definition of strong number:
A number is called strong number if sum of the factorial of its digit is equal to number itself. For example: 145 since
1! + 4! + 5! = 1 + 24 + 120 = 145
| Is This Answer Correct ? | 5 Yes | 0 No |
Define what is a high-pass filter?
Explain what is the difference between plc and dcs?
why rs232 is used in uart when there are many rs devices like rs449 etc . what is the main advantage in using rs232
how works an op-amp
Mention some typical applications of pll?
among the chebsew and butterworth filter which is more efficient?
What do you mean by Frequency re-use?
Write a program using micrprocessor?
2 Answers CTS, Practical Viva Questions, Wipro,
Dear all, I am working as engineer in an electronics industry since 3 years,and i would like to apply PR visa for australia,i got 6 bands in all modules in ielts(general).please let me know what should i do now?
1.Explain about RELAY. 2 . Explain about EARTH working ((how earth connection working ))
3 Answers Siemens, Sun Pharma,
Which type of communication used in nuclear submarrine for communication from capton to out side the marrine?
Define the meaning of tristate signal in electronics?
Civil Engineering (5086)
Mechanical Engineering (4456)
Electrical Engineering (16639)
Electronics Communications (3918)
Chemical Engineering (1095)
Aeronautical Engineering (239)
Bio Engineering (96)
Metallurgy (361)
Industrial Engineering (259)
Instrumentation (3014)
Automobile Engineering (332)
Mechatronics Engineering (97)
Marine Engineering (124)
Power Plant Engineering (172)
Textile Engineering (575)
Production Engineering (25)
Satellite Systems Engineering (106)
Engineering AllOther (1379)