how to find 2 to the power of n . n ranges from 0 to 200

Posted by mousey on Stack Overflow See other posts from Stack Overflow or by mousey
Published on 2010-05-04T05:59:57Z Indexed on 2010/05/04 6:08 UTC
Read the original article Hit count: 116

Filed under:
|
|
|

Assume my system as 32 bit machine. Considering this if I use long int for n>63 I will get my value as 0. How to solve it?

© Stack Overflow or respective owner

Related posts about c

    Related posts about c++