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

Explain what is output redirection?

1 Answers  


If errno contains a nonzero number, is there an error?

1 Answers  


what is the difference between #include<stdio.h> and #include"stdio.h" ?

6 Answers   TCS,


I didn't count the ducks that I saw in line, but I do remember that one duck was in front of two ducks, another duck behind two ducks. How many ducks did I see?

2 Answers  


main() { int x=2, y=4 if ((x==2||y==4) x++ y++ if (y==4+1) { x=x+y; } y++; printf("The values of x and y are %d and %d."x,y); } What is the output?

5 Answers   TCS,


what is difference between overriding and overloading?

1 Answers  


Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me

1 Answers  


Can you apply link and association interchangeably?

1 Answers   InterGraph,


give an example of type casting by a simple c program

2 Answers   TCS,


Write the Program to reverse a string using pointers.

1 Answers   InterGraph,


int a=20; int b=30; int c=40; printf("%d%d%d"); what will be the output?

5 Answers   CMC,


how to find anagram without using string functions using only loops in c programming

1 Answers  


Categories