Add 2 64 bit numbers on a 32 bit machine

Answers were Sorted based on User's Feedback



Add 2 64 bit numbers on a 32 bit machine..

Answer / ravi

add 32 bit part of each number first and and then other
32 bit part use the carry register as well in the process

Is This Answer Correct ?    55 Yes 3 No

Add 2 64 bit numbers on a 32 bit machine..

Answer / kkm

8

Is This Answer Correct ?    2 Yes 20 No

Add 2 64 bit numbers on a 32 bit machine..

Answer / chat4@allinterview.com

16

Is This Answer Correct ?    9 Yes 52 No

Post New Answer

More C Interview Questions

What are the similarities between c and c++?

0 Answers  


Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above

0 Answers  


print the table 5 in loops

3 Answers  


What is structure in c definition?

0 Answers  


What is Bitwise Operator and how it works?

1 Answers  






What are the different types of control structures in programming?

0 Answers  


How to write a program to receive an integer & find its octal equivalent by using for loop?

1 Answers   Google,


Explain what is the benefit of using const for declaring constants?

0 Answers  


What is the purpose of & in scanf?

0 Answers  


What does c mean in standard form?

0 Answers  


how can we use static and extern?and where can we use this?

3 Answers   Excel,


What is macro?

5 Answers   IBM,


Categories