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 are high level languages like C and FORTRAN also known as?
#define d 10+10 main() { printf("%d",d*d); }
Can we replace the struct function in tree syntax with a union?
Heyyy All, Just a challenge . A C program with if Else if(){ /// insert sumthing print ("in if") // insert sumting } else { ///// insert sumthing print ("in else"); //// insert sumthing } can anyone modify it so that program prints. if and else both
1)which of following operator can't be overloaded. a)== b)++ c)?! d)<=
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
Define Spanning-Tree Protocol (STP)
. Explain the differences between fork() and exec() in C
What are the types of type qualifiers in c?
write a fuction for accepting and replacing lowercase letter to'Z' with out using inline function.
Why c is called a mid level programming language?
How can we see the Expanded source code and compiled code for our source program in C?