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 / kkm

8

Is This Answer Correct ?    2 Yes 20 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the significance of scope resolution operator?

1453


in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none

1149


Do you know the difference between malloc() and calloc() function?

1106


What are the types of i/o functions?

1416


hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm

2056


Can a file other than a .h file be included with #include?

1218


using for loop sum 2 number of any 4 digit number in c language

2413


What is storage class?

1120


What are the primitive data types in c?

1129


hi any body pls give me company name interview conduct "c" language only

2321


What are register variables? What are the advantage of using register variables?

1226


how to execute a program using if else condition and the output should enter number and the number is odd only...

2365


Explain what will be the outcome of the following conditional statement if the value of variable s is 10?

1322


main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }

1202


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

1377