write a program to find lcm and hcf of two numbers??
Answer Posted / yonatan
please tell me the answer?
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is difference between function overloading and operator overloading?
How can I make it pause before closing the program output window?
What Is The Difference Between Null And Void Pointer?
List a few unconditional control statement in c.
int far *near * p; means
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
What is a substring in c?
What math functions are available for integers? For floating point?
Explain how can you tell whether two strings are the same?
What is the use of function in c?
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.
Why c is faster than c++?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
What are the disadvantages of a shell structure?
What does typedef struct mean?