Add 2 64 bit numbers on a 32 bit machine
Answers were Sorted based on User's Feedback
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 |
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
Please provide question papers of NATIONAL INFORMATICS CENTRE for Scientific officer
What is a constant and types of constants in c?
How is a macro different from a function?
Explain the properties of union. What is the size of a union variable
How do you list files in a directory?
plz answer.. a program that takes a string e.g. "345" and returns integer 345
Why Modern OS are interrupt driven?Give an example
code for find determinent of amatrix
How can I rethow can I return a sequence of random numbers which dont repeat at all?
Explain the difference between malloc() and calloc() in c?
What does sizeof return c?