Add 2 64 bit numbers on a 32 bit machine
Answer Posted / chat4@allinterview.com
16
| Is This Answer Correct ? | 9 Yes | 52 No |
Post New Answer View All Answers
Explain how can I open a file so that other programs can update it at the same time?
What is ponter?
What do mean by network ?
Why clrscr is used in c?
What are enumerated types?
What is bss in c?
what is the syallabus of computer science students in group- 1?
How to delete a node from linked list w/o using collectons?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
What is the purpose of the following code? Is there any problem with the code? void send(int count, short *to, short *from) { /* count > 0 assumed */ register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } }
Explain how can I avoid the abort, retry, fail messages?
What are pointers?
What is the size of a union variable?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
Write a program to generate random numbers in c?