Add 2 64 bit numbers on a 32 bit machine
Answer Posted / 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 |
Post New Answer View All Answers
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
Can true be a variable name in c?
what are bit fields in c?
What are the differences between Structures and Arrays?
What are bitwise shift operators in c programming?
Explain how do you print only part of a string?
Where static variables are stored in memory in c?
The statement, int(*x[]) () what does in indicate?
What is unary operator?
Why do we use header files in c?
How can a process change an environment variable in its caller?
What is the value of h?
If I have a char * variable pointing to the name of a function ..
What is a structure in c language. how to initialise a structure in c?