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

c program to add and delete an element from circular queue using array

3 Answers  


void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }

5 Answers   C DAC, CDAC, Infosys, Wipro,


write a program to find the sum of the array elements in c language?

24 Answers   ICT, Infosys, Wipro,


What are categories used for in c?

0 Answers  


Can math operations be performed on a void pointer?

0 Answers  






What is substring in c?

0 Answers  


Write a program to print ASCII code for a given digit.

0 Answers   EXL, HCL,


what is ram?

3 Answers   TCS,


Write a Program to find whether the given number or string is palindrome.

0 Answers   InterGraph,


What is return type in c?

0 Answers  


Do you know the use of 'auto' keyword?

0 Answers  


How to write in a function declaration and in function call in which the function has 'n' number of varible or arguments?

2 Answers  


Categories