Add 2 64 bit numbers on a 32 bit machine
Answer Posted / kkm
8
| Is This Answer Correct ? | 2 Yes | 20 No |
Post New Answer View All Answers
What is the significance of scope resolution operator?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
Do you know the difference between malloc() and calloc() function?
What are the types of i/o functions?
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
Can a file other than a .h file be included with #include?
using for loop sum 2 number of any 4 digit number in c language
What is storage class?
What are the primitive data types in c?
hi any body pls give me company name interview conduct "c" language only
What are register variables? What are the advantage of using register variables?
how to execute a program using if else condition and the output should enter number and the number is odd only...
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational