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 |
what is the use of operator ^ in C ? and how it works?
What does void main () mean?
Which one would you prefer - a macro or a function?
can we write a program in c for printf and scanf without using header file stdio.h
How to write a code for reverse of string without using string functions?
how can i make a program with this kind of output.. Enter a number: 5 0 01 012 0123 01234 012345 01234 0123 012 01 0
Is a pointer a kind of array?
Who invented b language?
Whats s or c mean?
Write a program that will read the input of any number of digits n in a row of shafh showing the breakdown of the printing and printing figures by the recursive function.
What is huge pointer in c?
control 50 devices which has 2 states on and off.using bitwise operator.plz answer it its urgent