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
Explain what header files do I need in order to define the standard library functions I use?
how can we use static and extern?and where can we use this?
how to convert binary to decimal and decimal to binary in C lanaguage
7 Answers BPO, Far East Promotions, IBM, RBS,
swap two integer variables without using a third temporary variable?
how many header file is in C language ?
44 Answers College School Exams Tests, CTS, IBM, IMS, Infosys, ME, Sign Solutions, Wipro, XVT,
What is the stack in c?
What is the hardest programming language?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
what is real time system?what is the differance between hard and soft real time systems
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
What is the scope of static variable in c?
Write a program in C to convert date displayed in gregorian to julian date