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 |
Plot the pixel histogram( take any image) – count of values versus pixel intensity 0 to 255. You must write this from first principles – do not use the MATLAB hist command (although you may use it for comparison and checking your algorithm’s correctness). Plot the cumulative histogram. Do not use the cumsum function in MATLAB (write your own function to achieve this).
Explain what is an operational amplifier?
how to wish if there will both sir and madam present? how to put acuriculam vitae when about to be confertable? tell me abut your state, city,and district? how to present our hobbies and interest? what is the anser of "you are nat selected"?
1 Answers DMRC, HPCL, Infosys, NTPC, SSB, Wipro,
why 2 rectifier is used in smps?
What are the disadvantages of bjt?
IS THIS POSSIBLE TO VARY THE POWER BY VARYING THE FREQUENCY IN TANNER EDA TOOL..
WHAT IS THE DIFFERENCE BETWEEN FIX32 & WINCC
For asynchronous transmission, is it necessary to supply some synchronizing pulses additionally or to supply or to supply start and stop bit?
today software are down how u are u going to clear this?
what do you mean by quasi fermi level?
In TRx, What is the function of SDCCH, BCCH.
How to call the "Procedure" in test bench for VHDL...? Please post the answer for it....?
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)