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
what is a headerfile?and what will be a program without it explain nan example?
What is structure padding ?
What is ambagious result in C? explain with an example.
Write a program to print all the prime numbers with in the given range
8 Answers ABC, College School Exams Tests, TCS,
Write a program for finding factorial of a number.
WHAT IS INT?
Write a programme to find even numbers without using any conditional statement?
3 Answers ADD Software, Infosys,
How many main () function we can have in a project?
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
Why do we use namespace feature?
int main() { int i=1; switch(i) { case '1': printf("hello"); break; case 1: printf("Hi"); break; case 49: printf("Good Morning"); break; } return 0; }
Why do we use int main?