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 is the difference between far and near in c?

0 Answers  


Write a client and server program in C language using UDP, where client program interact with the Server as given below: i) The client begins by sending a request to send a string of 8 characters or series of 7 numbers, the server sends back a characters or numbers as per the request of the client. ii) In case of series of 7 numbers: The client sends a multiplication of numbers, to the server. iii) In case of a string of 8 characters: The client sends a reverse order of string to the server.. iv) Server will send an acknowledgment to the client after receiving the correct answer

0 Answers   Ignou, Microsoft,


What is graph in c?

0 Answers  


Given an unsigned integer, find if the number is power of 2?

5 Answers  


What is the advantage of a random access file?

0 Answers  






What is wrong with this initialization?

0 Answers  


how to impliment 2 or more stacks in a single dimensional array ?

1 Answers   iFlex, Microsoft,


can we implement multi-threads in c.

0 Answers  


what is the Output? int a=4 b=3; printf("%d%d%d%d%d%d",a++,++a,a++,a++,++a,a++); printf("%d%d%d%d%d%d",b--,b--,--b,b--,--b,--b);

10 Answers   IBM,


what will be maximum number of comparisons when number of elements are given?

0 Answers  


What standard functions are available to manipulate strings?

0 Answers  


How to explain the final year project as a fresher please answer with sample project

0 Answers  


Categories