﻿<?phpxml version="1.0" encoding="utf-8"?>
<rss version="2.0" 
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
>
<channel>
<title>Common Interview Questions / Sandeep / All</title>
<link>http://commoninterview.com</link>
<description>The source for Job Interview Questions and Job Search Networking</description>
<pubDate>Fri, 02 Jul 2010 19:28:09 -0600</pubDate>
<language>en</language>
<item>
<title><![CDATA[Can you estimate or calculate value of 2 power 64?]]></title>
<link>http://commoninterview.com/Programming_Interview_Questions/can-you-estimate-or-calculate-value-of-2-power-64/</link>
<comments>http://commoninterview.com/Programming_Interview_Questions/can-you-estimate-or-calculate-value-of-2-power-64/</comments>
<pubDate>Fri, 02 Jul 2010 19:28:09 -0600</pubDate>
<dc:creator>Sandeep</dc:creator>
<category>Programming Interview Questions</category>
<guid>http://commoninterview.com/Programming_Interview_Questions/can-you-estimate-or-calculate-value-of-2-power-64/</guid>
<description><![CDATA[<p>I was recently asked this question on interview for Web Developer position.</p><br /><p>I am very bad with calculations on the white board, so knowing that 2^8=256, I comeout with following estimation:</p><br /><p><img src='http://commoninterview.com/images/two_power_64_interview_question.png' border='0' alt='2 power 64 interview question'  title='How can you evaluate 2^64'/></p><br /><p>The actual result is quite different,  <strong><span style=\\\"font-size: 14px;\\\">1.84467441 × 10<sup>19</sup></span></strong></p><br /><p> </p><br /><p>While interviewer said this approach would work for him, I wonder if there is better way to estimate 2^64 without a lot of calculations.</p><br/><br/>2 Vote(s) ]]></description>
</item>

</channel>
</rss>

