<?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: what its output &amp; why</title>
	<atom:link href="https://www.emblogic.com/blog/01/what-its-output-why/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog/01/what-its-output-why/</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: jatinder singh</title>
		<link>https://www.emblogic.com/blog/01/what-its-output-why/#comment-3596</link>
		<dc:creator><![CDATA[jatinder singh]]></dc:creator>
		<pubDate>Tue, 29 Jan 2013 12:10:59 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=5980#comment-3596</guid>
		<description><![CDATA[thanku sir]]></description>
		<content:encoded><![CDATA[<p>thanku sir</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: msiddarth</title>
		<link>https://www.emblogic.com/blog/01/what-its-output-why/#comment-3593</link>
		<dc:creator><![CDATA[msiddarth]]></dc:creator>
		<pubDate>Tue, 29 Jan 2013 11:49:52 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=5980#comment-3593</guid>
		<description><![CDATA[Hi
In AND logic operation if statement A is false then the compiler will not check the statement B. However, if statement A is true then the compiler will check the condition of statement B.
In OR operation if statement A is true then the compiler will not check the statement B. However, if statement A is false then it will check the statement B.
In the above problem when i is incremented the value is 0 hence it won&#039;t check the condition for j however the result of AND operation will be checked with K in OR condition. Hence the value of i: 0, j: 1 and k: 2]]></description>
		<content:encoded><![CDATA[<p>Hi<br />
In AND logic operation if statement A is false then the compiler will not check the statement B. However, if statement A is true then the compiler will check the condition of statement B.<br />
In OR operation if statement A is true then the compiler will not check the statement B. However, if statement A is false then it will check the statement B.<br />
In the above problem when i is incremented the value is 0 hence it won&#8217;t check the condition for j however the result of AND operation will be checked with K in OR condition. Hence the value of i: 0, j: 1 and k: 2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pravin bhalerao</title>
		<link>https://www.emblogic.com/blog/01/what-its-output-why/#comment-3486</link>
		<dc:creator><![CDATA[pravin bhalerao]]></dc:creator>
		<pubDate>Tue, 22 Jan 2013 16:03:28 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=5980#comment-3486</guid>
		<description><![CDATA[done client server project using sockets...]]></description>
		<content:encoded><![CDATA[<p>done client server project using sockets&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anil rajak</title>
		<link>https://www.emblogic.com/blog/01/what-its-output-why/#comment-3484</link>
		<dc:creator><![CDATA[anil rajak]]></dc:creator>
		<pubDate>Tue, 22 Jan 2013 16:02:16 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=5980#comment-3484</guid>
		<description><![CDATA[implemented client server project using sockets]]></description>
		<content:encoded><![CDATA[<p>implemented client server project using sockets</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anil rajak</title>
		<link>https://www.emblogic.com/blog/01/what-its-output-why/#comment-3461</link>
		<dc:creator><![CDATA[anil rajak]]></dc:creator>
		<pubDate>Mon, 21 Jan 2013 15:40:38 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=5980#comment-3461</guid>
		<description><![CDATA[0,1 and -1
in and operator both condition must be satisfied
but in case of or operator if any one condition is true it doesnot check the second 
condition.]]></description>
		<content:encoded><![CDATA[<p>0,1 and -1<br />
in and operator both condition must be satisfied<br />
but in case of or operator if any one condition is true it doesnot check the second<br />
condition.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
