write a program to find lcm and hcf of two numbers??



write a program to find lcm and hcf of two numbers??..

Answer / yonatan

please tell me the answer?

Is This Answer Correct ?    6 Yes 1 No

Post New Answer

More C Interview Questions

When can you use a pointer with a function?

0 Answers  


What are the different types of constants?

0 Answers  


main() { int i=0; while(+(+i--)!=0) i-=i++; printf(i); }

3 Answers  


let's take a code struct FAQ { int a; char b; float c; double d; int a[10]; }*temp; now explain me how the memory will be allocated for the structure FAQ and what address will be in the structure pointer (temp)....................

8 Answers  


Difference between fopen() and open()?

3 Answers   Aricent,






what is the difference between global variable & static variable declared out side all the function in the file.

2 Answers  


Can a void pointer point to a function?

0 Answers  


Can we assign string to char pointer?

0 Answers  


program for following output using for loop? 1 2 3 4 5 2 3 4 5 3 4 5 4 5 5

8 Answers   Infosys,


When do you say that a digraph is acyclic A)if and only if its first search does not have back arcs B)a digraph is acyclic if and only if its first search does not have back vertices C)if and only if its first search does not have same dfnumber D)None of these

1 Answers   Accenture, IBM,


Is c dynamically typed?

0 Answers  


write a proram to reverse the string using switch case?

0 Answers   Syntel,


Categories