a number whose only prime factors are 2,3,5, and 7 is call
humble number,,write a program to find and display the nth
element in this sequence..

sample input : 2,3,4,11,12,13, and 100.. sample output : the
2nd humble number is 2,the 3rd humble number is 3,the 4th
humble number is ,the 11th humble number is 12, the 12th
humble number is 14, the 13th humble number is 15, the 100th
humble number is 450.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is extern c used for?

0 Answers  


void main() { //char ch; unsigned char ch; clrscr(); for(ch =0;ch<= 127; ch++) printf(" %c= %d \t ", ch, ch); } output?

4 Answers   Groupon,


What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.

0 Answers   IBM,


What is p in text message?

0 Answers  


What is the difference function call by value & function call by reference?

6 Answers  






Do you know the difference between malloc() and calloc() function?

0 Answers  


how to print this sereis 2 4 3 6 5..........?

3 Answers  


main() { int x=2, y=4 if ((x==2||y==4) x++ y++ if (y==4+1) { x=x+y; } y++; printf("The values of x and y are %d and %d."x,y); } What is the output?

5 Answers   TCS,


what is the maximum limit of row and column of a matrix in c programming. in linux .

4 Answers   NIIT,


How can a program be made to print the line number where an error occurs?

0 Answers  


Explain union. What are its advantages?

0 Answers  


What is bubble sort technique in c?

0 Answers  


Categories