<?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: problem in assingment 01</title>
	<atom:link href="https://www.emblogic.com/blog/06/problem-in-assingment-01-2/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog/06/problem-in-assingment-01-2/</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: hemant.kumar</title>
		<link>https://www.emblogic.com/blog/06/problem-in-assingment-01-2/#comment-890</link>
		<dc:creator><![CDATA[hemant.kumar]]></dc:creator>
		<pubDate>Sun, 01 Jul 2012 16:08:14 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=3591#comment-890</guid>
		<description><![CDATA[priority order 
&amp; ---&gt; ^ ---&gt; &#124;
if you find ~ ,then solve it first]]></description>
		<content:encoded><![CDATA[<p>priority order<br />
&amp; &#8212;&gt; ^ &#8212;&gt; |<br />
if you find ~ ,then solve it first</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: m siddarth</title>
		<link>https://www.emblogic.com/blog/06/problem-in-assingment-01-2/#comment-872</link>
		<dc:creator><![CDATA[m siddarth]]></dc:creator>
		<pubDate>Fri, 29 Jun 2012 10:55:16 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=3591#comment-872</guid>
		<description><![CDATA[Execution process from top:
 x=03;y=02;z=01;
        printf(&quot;%d\n&quot;,x&#124;y&amp;z);//evaluation is: (x &#124; (y&amp;z))
        printf(&quot;%d\n&quot;,x&#124;y&amp;~z);//evalusation is: (x &#124; (y &amp; (~z)))
        printf(&quot;%d\n&quot;,x^y&amp;z);//evaluation is: (x ^ (y &amp; z))
        printf(&quot;%d\n&quot;,x&amp;y&amp;z);//evaluation is: ((x&amp;y)&amp;z)

        x=1;y=-1;
        printf(&quot;%d\n&quot;,!x&#124;x);//evaluation is: ((!x) &#124; x)
        printf(&quot;%d\n&quot;,~x&#124;x);//evaluation is: ((~x) &#124; x)
        printf(&quot;%d\n&quot;,x^x);// evaluation of XOR operation

        x&lt;&lt;=3; printf(&quot;%d\n&quot;,x);// initialy x = 01 hence 01&lt;&lt;=3 results to 8
        y&lt;&lt;=3; printf(&quot;%d\n&quot;,y);// initially y = -01 hence -01 &lt;&gt;=3; printf(&quot;%d\n&quot;,y);// initially y = -08 hence 08 &gt;&gt;= 3 results to  -1]]></description>
		<content:encoded><![CDATA[<p>Execution process from top:<br />
 x=03;y=02;z=01;<br />
        printf(&#8220;%d\n&#8221;,x|y&amp;z);//evaluation is: (x | (y&amp;z))<br />
        printf(&#8220;%d\n&#8221;,x|y&amp;~z);//evalusation is: (x | (y &amp; (~z)))<br />
        printf(&#8220;%d\n&#8221;,x^y&amp;z);//evaluation is: (x ^ (y &amp; z))<br />
        printf(&#8220;%d\n&#8221;,x&amp;y&amp;z);//evaluation is: ((x&amp;y)&amp;z)</p>
<p>        x=1;y=-1;<br />
        printf(&#8220;%d\n&#8221;,!x|x);//evaluation is: ((!x) | x)<br />
        printf(&#8220;%d\n&#8221;,~x|x);//evaluation is: ((~x) | x)<br />
        printf(&#8220;%d\n&#8221;,x^x);// evaluation of XOR operation</p>
<p>        x&lt;&lt;=3; printf(&quot;%d\n&quot;,x);// initialy x = 01 hence 01&lt;&lt;=3 results to 8<br />
        y&lt;&lt;=3; printf(&quot;%d\n&quot;,y);// initially y = -01 hence -01 &lt;&gt;=3; printf(&#8220;%d\n&#8221;,y);// initially y = -08 hence 08 &gt;&gt;= 3 results to  -1</p>
]]></content:encoded>
	</item>
</channel>
</rss>
