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 |
in a town the percentage of men is 52 the percentage of total literacy is 48 if total percentage of literate men is 35 of the total population write a program to find the total no of the literate men and women if the population of the town is 80000
the maximum width of a c variable name can be a) 6 characters b) 8 characters c) 10 characters d) 20 characters
How can I run c program?
How the processor registers can be used in C ?
Explain about the functions strcat() and strcmp()?
What is a structure and why it is used?
What does a pointer variable always consist of?
Why do we use stdio h and conio h?
Given an unsigned integer, find if the number is power of 2?
what is difference between procedural language and functional language ?
What is difference between %d and %i in c?
main() { int i=400,j=300; printf("%d..%d"); }