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
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
Explain how do you declare an array that will hold more than 64kb of data?
Write a program to use switch statement.
How can I trap or ignore keyboard interrupts like control-c?
What are the parts of c program?
Explain the use of keyword 'register' with respect to variables.
What is property type c?
What is the difference between void main and main in c?
What are qualifiers in c?
What does sizeof int return?
What are the difference between a free-standing and a hosted environment?
Can one function call another?
Explain what is the difference between the expression '++a' and 'a++'?