Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

Explain how can I open a file so that other programs can update it at the same time?

1126


What is ponter?

1273


What do mean by network ?

1176


Why clrscr is used in c?

1019


What are enumerated types?

1203


What is bss in c?

1111


what is the syallabus of computer science students in group- 1?

2327


How to delete a node from linked list w/o using collectons?

2789


which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above

1731


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); } }

2512


Explain how can I avoid the abort, retry, fail messages?

1064


What are pointers?

1123


What is the size of a union variable?

1057


In C programming, how do you insert quote characters (‘ and “) into the output screen?

1539


Write a program to generate random numbers in c?

1110