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
Why we use int main and void main?
What does the characters “r” and “w” mean when writing programs that will make use of files?
What does struct node * mean?
What should malloc() do?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
What do you mean by command line argument?
What is a string?
What is the use of function overloading in C?
What is the use of bit field?
The statement, int(*x[]) () what does in indicate?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
Do you know what are bitwise shift operators in c programming?
How can you allocate arrays or structures bigger than 64K?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.