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

What does %d do?

0 Answers  


Program to find larger of the two numbers without using if-else,while,for,switch

11 Answers   iNautix, Wipro,


main() { struct test { char c; int i; char m; } t1; printf("%d %d\n", sizeof(t1), sizeof(t1.c)); }

1 Answers   Vector, Vector India,


what are two kinds of java

2 Answers  


what is a function method?give example?

0 Answers  






write a c program for greatest of three numbers without using if statment

4 Answers   IBM,


What is Lazy evaluation in C? Give an example.

1 Answers  


Add Two Numbers Without Using the Addition Operator

0 Answers  


How to throw some light on the b tree?

0 Answers  


"I LOVE MY COUNTRY" write a c program to get "COUNTRY MY LOVE I" as the output. Use any other programming language. It is not mandatory to use C.

11 Answers   ABC Infotech, ADP, College School Exams Tests, Kovair,


Result of the following program is main() { int i=0; for(i=0;i<20;i++) { switch(i) case 0:i+=5; case 1:i+=2; case 5:i+=5; default i+=4; break;} printf("%d,",i); } } a)0,5,9,13,17 b)5,9,13,17 c)12,17,22 d)16,21 e)syntax error

8 Answers   IBM,


how to find the sizof of any datatype using bit manipulations

3 Answers  


Categories