how to write optimum code to divide a 50 digit number with a
25 digit number??


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

Post New Answer

More C Interview Questions

In a switch statement, what will happen if a break statement is omitted?

0 Answers  


State the difference between realloc and free.

0 Answers   Aricent,


What are terms in math?

0 Answers  


Should I learn c before c++?

0 Answers  


Explain the difference between getch() and getche() in c?

0 Answers  


what is the difference between getch() and getchar()?

10 Answers   Huawei, Infosys,


int zap(int n) { if(n<=1)then zap=1; else zap=zap(n-3)+zap(n-1); } then the call zap(6) gives the values of zap [a] 8 [b] 9 [c] 6 [d] 12 [e] 15

10 Answers   Wipro,


What is string function c?

0 Answers  


what is the use of pointers

6 Answers   Adobe, GrapeCity,


Explain union.

0 Answers  


Do you know what are the properties of union in c?

0 Answers  


What does c in a circle mean?

0 Answers  


Categories