<?xml 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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>EmbLogic &#187; assignment</title>
	<atom:link href="https://www.emblogic.com/blog/tag/assignment/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog</link>
	<description>Embedded System and ARM Training</description>
	<lastBuildDate>Tue, 03 Mar 2020 13:00:06 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.1</generator>
	<item>
		<title>c assignment doubt</title>
		<link>https://www.emblogic.com/blog/06/c-assignment-doubt-2/</link>
		<comments>https://www.emblogic.com/blog/06/c-assignment-doubt-2/#comments</comments>
		<pubDate>Wed, 13 Jun 2012 14:32:48 +0000</pubDate>
		<dc:creator><![CDATA[Dheeraj Juneja]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[assignment]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=3223</guid>
		<description><![CDATA[Q. Arrange 10 strings in ASCII Collating Sequence. What does this question mean&#8230;?]]></description>
				<content:encoded><![CDATA[<p>Q. Arrange 10 strings in ASCII Collating Sequence.</p>
<p>What does this question mean&#8230;?</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/06/c-assignment-doubt-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>c assignment doubt</title>
		<link>https://www.emblogic.com/blog/06/c-assignment-doubt/</link>
		<comments>https://www.emblogic.com/blog/06/c-assignment-doubt/#comments</comments>
		<pubDate>Tue, 12 Jun 2012 17:15:55 +0000</pubDate>
		<dc:creator><![CDATA[Dheeraj Juneja]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[assignment]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=3221</guid>
		<description><![CDATA[#include char input[]=&#8221;SSSWILTECH1\1\11W\WALLMP1&#8243;; int main() { int i,c; for(i=2;(c=input[i])!=&#8221;;i++) { switch(c) { case &#8216;a&#8217;:putchar(&#8216;i&#8217;);continue; case &#8217;1&#8242;:break; case 1:while((c=input[++i])!=&#8217;\1&#8242;&#38;&#38;c!=&#8221;); case 9:putchar(&#8216;S&#8217;); case&#8217;E&#8217;: case&#8217;L&#8217;:continue; default:putchar(c);continue; } putchar(&#8216; &#8216;); } return 0; } the output of this program is &#8220;SWITCH S&#8221; i know &#8230; <a href="https://www.emblogic.com/blog/06/c-assignment-doubt/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>#include<br />
char input[]=&#8221;SSSWILTECH1\1\11W\WALLMP1&#8243;;<br />
int main()<br />
{<br />
	int i,c;<br />
	for(i=2;(c=input[i])!=&#8221;;i++)<br />
	{<br />
		switch(c)<br />
		{<br />
			case &#8216;a&#8217;:putchar(&#8216;i&#8217;);continue;<br />
			case &#8217;1&#8242;:break;<br />
			case 1:while((c=input[++i])!=&#8217;\1&#8242;&amp;&amp;c!=&#8221;);<br />
			case 9:putchar(&#8216;S&#8217;);<br />
			case&#8217;E&#8217;:<br />
			case&#8217;L&#8217;:continue;<br />
			default:putchar(c);continue;<br />
		}<br />
		putchar(&#8216; &#8216;);<br />
	}<br />
	return 0;<br />
}</p>
<p>the output of this program is &#8220;SWITCH S&#8221;<br />
i know the reason for &#8220;SWITCH &#8221;<br />
but, Why (or how) does the output has &#8220;S&#8221; in the end &#8230;?</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/06/c-assignment-doubt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
