<?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: C Program for Infix to Prefix Conversion	</title>
	<atom:link href="https://studentprojects.in/software-development/c-tutorials/c/data-structures-c/c-program-for-infix-to-prefix-conversion/feed/" rel="self" type="application/rss+xml" />
	<link>https://studentprojects.in/software-development/c-tutorials/c/data-structures-c/c-program-for-infix-to-prefix-conversion/</link>
	<description>Microcontroller projects, Circuit Diagrams, Project Ideas</description>
	<lastBuildDate>Fri, 25 Sep 2015 06:05:46 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.7</generator>
	<item>
		<title>
		By: priya		</title>
		<link>https://studentprojects.in/software-development/c-tutorials/c/data-structures-c/c-program-for-infix-to-prefix-conversion/comment-page-1/#comment-133099</link>

		<dc:creator><![CDATA[priya]]></dc:creator>
		<pubDate>Fri, 25 Sep 2015 06:05:46 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=3321#comment-133099</guid>

					<description><![CDATA[very weelll]]></description>
			<content:encoded><![CDATA[<p>very weelll</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: vivek		</title>
		<link>https://studentprojects.in/software-development/c-tutorials/c/data-structures-c/c-program-for-infix-to-prefix-conversion/comment-page-1/#comment-10268</link>

		<dc:creator><![CDATA[vivek]]></dc:creator>
		<pubDate>Sun, 10 Nov 2013 10:49:19 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=3321#comment-10268</guid>

					<description><![CDATA[test the output for input case (1+1) and figure out where it went wrong.......................................happy coding\\\\\]]></description>
			<content:encoded><![CDATA[<p>test the output for input case (1+1) and figure out where it went wrong&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;happy coding\\\\\</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kino		</title>
		<link>https://studentprojects.in/software-development/c-tutorials/c/data-structures-c/c-program-for-infix-to-prefix-conversion/comment-page-1/#comment-10204</link>

		<dc:creator><![CDATA[Kino]]></dc:creator>
		<pubDate>Wed, 02 Oct 2013 11:14:26 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=3321#comment-10204</guid>

					<description><![CDATA[I need a text file of this one. Thanks.]]></description>
			<content:encoded><![CDATA[<p>I need a text file of this one. Thanks.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ram		</title>
		<link>https://studentprojects.in/software-development/c-tutorials/c/data-structures-c/c-program-for-infix-to-prefix-conversion/comment-page-1/#comment-9772</link>

		<dc:creator><![CDATA[Ram]]></dc:creator>
		<pubDate>Sun, 05 May 2013 07:08:51 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=3321#comment-9772</guid>

					<description><![CDATA[line 52: while( pr(s[top]) &#062;= pr(ch) )
modify as
           while( pr(s[top]) &#062; pr(ch) )
now correct ans.
Btw great simple prog. I searched too many places but never found this.
Hats off.]]></description>
			<content:encoded><![CDATA[<p>line 52: while( pr(s[top]) &gt;= pr(ch) )<br />
modify as<br />
           while( pr(s[top]) &gt; pr(ch) )<br />
now correct ans.<br />
Btw great simple prog. I searched too many places but never found this.<br />
Hats off.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rakesh R		</title>
		<link>https://studentprojects.in/software-development/c-tutorials/c/data-structures-c/c-program-for-infix-to-prefix-conversion/comment-page-1/#comment-9017</link>

		<dc:creator><![CDATA[Rakesh R]]></dc:creator>
		<pubDate>Thu, 04 Oct 2012 16:29:47 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=3321#comment-9017</guid>

					<description><![CDATA[The program shows wrong Answer for 2+3*4-5
The correct answer is -+2*345 but the output will be+2-*345 which is wrong !!!]]></description>
			<content:encoded><![CDATA[<p>The program shows wrong Answer for 2+3*4-5<br />
The correct answer is -+2*345 but the output will be+2-*345 which is wrong !!!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
