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
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
what is use of malloc and calloc?
Explain how does flowchart help in writing a program?
Explain what does the format %10.2 mean when included in a printf statement?
What is assert and when would I use it?
What is the use of a semicolon (;) at the end of every program statement?
Difference between constant pointer and pointer to a constant.
what is event driven software and what is procedural driven software?
How many types of functions are there in c?
What is structure padding in c?
What is a program?
Why enum is used in c?
Why c language?
Compare and contrast compilers from interpreters.
What do you mean by scope of a variable in c?