<?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; xs2ranjeet</title>
	<atom:link href="https://www.emblogic.com/blog/author/xs2ranjeet/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</title>
		<link>https://www.emblogic.com/blog/11/c-assignment/</link>
		<comments>https://www.emblogic.com/blog/11/c-assignment/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 13:48:40 +0000</pubDate>
		<dc:creator><![CDATA[xs2ranjeet]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[C assignment]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=1310</guid>
		<description><![CDATA[IThis following c program working fine but i am unable to understand the flow of program. Please explain. #include char input[] = &#8220;SSSWILTECH1\1\11W\WALLMP1&#8243;; int main() { int i,c; for(i=2;(c= input[i])!=&#8221;;i++) { // printf(&#8220;==c:%d..%ci\n&#8221;,c,c); switch(c) { case &#8216;a&#8217;: putchar(&#8216;i&#8217;); continue; case &#8230; <a href="https://www.emblogic.com/blog/11/c-assignment/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>IThis following c program working fine but i am unable to understand the flow of program. Please explain.</p>
<p>#include<br />
char input[] = &#8220;SSSWILTECH1\1\11W\WALLMP1&#8243;;</p>
<p>int main()<br />
{<br />
	int i,c;<br />
	for(i=2;(c= input[i])!=&#8221;;i++)<br />
	{<br />
	//	printf(&#8220;==c:%d..%ci\n&#8221;,c,c);<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 &#8216;E&#8217;:<br />
			case &#8216;L&#8217;:continue;<br />
			defualt: putchar(c);continue;</p>
<p>		}<br />
		putchar(&#8221;);<br />
	}<br />
//	printf(&#8220;\n&#8221;);<br />
	return 0;<br />
}</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/11/c-assignment/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
