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

How are Structure passing and returning implemented by the complier?

0 Answers   TISL,


What's the best way to declare and define global variables?

7 Answers  


What are variables and it what way is it different from constants?

0 Answers  


Can a variable be both constant and volatile?

0 Answers  


Program to find the sum of digits of a given number until the sum becomes a single digit

8 Answers   InterGraph,






What is an example of structure?

0 Answers  


How can you call a function, given its name as a string?

0 Answers  


being a chemical engineer and with an aggregate of 80% why you opt for TCS and not your core industry?

1 Answers   TCS,


write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34

0 Answers  


Sir,please help me out with the output of this programme:- #include<stdio.h> #include<conio.h> void main() { int a=18,b=12,i; for(i=a<b?a:b;a%i||b%i;i--); printf("%d %d",i); }

4 Answers  


There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?

0 Answers  


print the table 5 in loops

3 Answers  


Categories