Q37 How will you determine a machine is 32 bit or 64 bit?

All compiler keep the size of integer the same as the size of register on a particular architecture. So the size of integer tells that a machine is 32 bit or 64 bit.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.