<?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 assignment 1</title>
	<atom:link href="https://www.emblogic.com/blog/06/problem-in-assignment-1/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog/06/problem-in-assignment-1/</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: suresh</title>
		<link>https://www.emblogic.com/blog/06/problem-in-assignment-1/#comment-860</link>
		<dc:creator><![CDATA[suresh]]></dc:creator>
		<pubDate>Thu, 28 Jun 2012 06:05:10 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=3562#comment-860</guid>
		<description><![CDATA[In last statement X==(y=z) my answer is 0 but result shown is 1 why?
updated value of y,z=4 and x=1 in question.]]></description>
		<content:encoded><![CDATA[<p>In last statement X==(y=z) my answer is 0 but result shown is 1 why?<br />
updated value of y,z=4 and x=1 in question.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: himanshi</title>
		<link>https://www.emblogic.com/blog/06/problem-in-assignment-1/#comment-858</link>
		<dc:creator><![CDATA[himanshi]]></dc:creator>
		<pubDate>Wed, 27 Jun 2012 20:10:14 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=3562#comment-858</guid>
		<description><![CDATA[hyy 
c in the 2nd last expression

x=y==z
ie
y==z ; this is a logical operator itll give ans 1 or 0 acc to the true or false expression

now
if y and z are equal then x=1 else 0

now in last
x==(y=z)

in this
y gets the value eual to z
then x will be compared with it.....

----------------------------------
x*=y=z=4
x=x*4=y=z=4
as x=2
new value=&gt;x=8
           y=z=4

pf=&gt; x=1
pf=&gt; x=1]]></description>
		<content:encoded><![CDATA[<p>hyy<br />
c in the 2nd last expression</p>
<p>x=y==z<br />
ie<br />
y==z ; this is a logical operator itll give ans 1 or 0 acc to the true or false expression</p>
<p>now<br />
if y and z are equal then x=1 else 0</p>
<p>now in last<br />
x==(y=z)</p>
<p>in this<br />
y gets the value eual to z<br />
then x will be compared with it&#8230;..</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
x*=y=z=4<br />
x=x*4=y=z=4<br />
as x=2<br />
new value=&gt;x=8<br />
           y=z=4</p>
<p>pf=&gt; x=1<br />
pf=&gt; x=1</p>
]]></content:encoded>
	</item>
</channel>
</rss>
