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
Explain continue keyword in c
What is a structural principle?
What is data types?
Explain the Difference between the New and Malloc keyword.
Explain the difference between getch() and getche() in c?
What is a static function in c?
What is double pointer in c?
What are the types of assignment statements?
Explain how do you determine a file’s attributes?
What are integer variable, floating-point variable and character variable?
What is difference between constant pointer and constant variable?
How can I prevent another program from modifying part of a file that I am modifying?
If errno contains a nonzero number, is there an error?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
What is indirection in c?