<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: a query for int overflow</title>
	<atom:link href="https://www.emblogic.com/blog/07/a-query-for-int-overflow/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog/07/a-query-for-int-overflow/</link>
	<description>Embedded System and ARM Training</description>
	<lastBuildDate>Mon, 07 Oct 2013 04:00:03 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.1</generator>
	<item>
		<title>By: ashish.dahiya</title>
		<link>https://www.emblogic.com/blog/07/a-query-for-int-overflow/#comment-906</link>
		<dc:creator><![CDATA[ashish.dahiya]]></dc:creator>
		<pubDate>Mon, 02 Jul 2012 12:12:02 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=3733#comment-906</guid>
		<description><![CDATA[it is something like this
 -2147483648  to 0 to 2147483647
  
overflow means when its value is taken 2147483648  then compiler will take it as -2147473648.]]></description>
		<content:encoded><![CDATA[<p>it is something like this<br />
 -2147483648  to 0 to 2147483647</p>
<p>overflow means when its value is taken 2147483648  then compiler will take it as -2147473648.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ashish.dahiya</title>
		<link>https://www.emblogic.com/blog/07/a-query-for-int-overflow/#comment-905</link>
		<dc:creator><![CDATA[ashish.dahiya]]></dc:creator>
		<pubDate>Mon, 02 Jul 2012 12:08:33 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=3733#comment-905</guid>
		<description><![CDATA[int (Integer. )    size	(4bytes) and range is 
	signed: -2147483648 to 2147483647
        unsigned: 0 to 4294967295.

that,s why when it is  2147483647 then it will be printed same 
but when  it becomes 2147483648  the it will overflow and then it will move towars negative side and print -2147483648,,,and when it is 
2147483649 then it will print -2147483647.and so on...........]]></description>
		<content:encoded><![CDATA[<p>int (Integer. )    size	(4bytes) and range is<br />
	signed: -2147483648 to 2147483647<br />
        unsigned: 0 to 4294967295.</p>
<p>that,s why when it is  2147483647 then it will be printed same<br />
but when  it becomes 2147483648  the it will overflow and then it will move towars negative side and print -2147483648,,,and when it is<br />
2147483649 then it will print -2147483647.and so on&#8230;&#8230;&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kuldeep Dhanotia</title>
		<link>https://www.emblogic.com/blog/07/a-query-for-int-overflow/#comment-904</link>
		<dc:creator><![CDATA[Kuldeep Dhanotia]]></dc:creator>
		<pubDate>Mon, 02 Jul 2012 12:04:09 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=3733#comment-904</guid>
		<description><![CDATA[overflow is nothing its warning to u if u r exceeding its value from upper range side....]]></description>
		<content:encoded><![CDATA[<p>overflow is nothing its warning to u if u r exceeding its value from upper range side&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sumit.ahuja</title>
		<link>https://www.emblogic.com/blog/07/a-query-for-int-overflow/#comment-899</link>
		<dc:creator><![CDATA[sumit.ahuja]]></dc:creator>
		<pubDate>Mon, 02 Jul 2012 07:39:03 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=3733#comment-899</guid>
		<description><![CDATA[but how is it an overflow case..according to the compiler,
the values keep on repeating between (-)ve tp (+) range of signed..]]></description>
		<content:encoded><![CDATA[<p>but how is it an overflow case..according to the compiler,<br />
the values keep on repeating between (-)ve tp (+) range of signed..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: m siddarth</title>
		<link>https://www.emblogic.com/blog/07/a-query-for-int-overflow/#comment-897</link>
		<dc:creator><![CDATA[m siddarth]]></dc:creator>
		<pubDate>Mon, 02 Jul 2012 06:08:53 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=3733#comment-897</guid>
		<description><![CDATA[Internally the compiler declare the integer variable as signed int hence the range of integer on 32 bit platform -2147483648 to 2147483647.]]></description>
		<content:encoded><![CDATA[<p>Internally the compiler declare the integer variable as signed int hence the range of integer on 32 bit platform -2147483648 to 2147483647.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
