top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How we can add two 64 bit number on 32 bit machine using c program

0 votes
455 views

How we can add two 64 bit number on 32 bit machine using c/c++ program ?

posted Mar 21, 2019 by anonymous
Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes
  1. Add two MS 32 bit fields
  2. Add two LS 32 bit fields
  3. Add Carry bit from second addition to sum from first addition.
answer Mar 22, 2019 by Sushant Bose

Your answer

Preview

Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register.
Similar Questions
+1 vote

I want to add two 64-bit or more than 64-bit numbers and print sum which is of 64-bit or more than 64-bit.

...