<?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 to implement QUEUE operations using Linked Lists	</title>
	<atom:link href="https://studentprojects.in/software-development/c-tutorials/c/data-structures-c/c-program-to-implement-queue-operations-using-linked-lists/feed/" rel="self" type="application/rss+xml" />
	<link>https://studentprojects.in/software-development/c-tutorials/c/data-structures-c/c-program-to-implement-queue-operations-using-linked-lists/</link>
	<description>Microcontroller projects, Circuit Diagrams, Project Ideas</description>
	<lastBuildDate>Fri, 15 Nov 2013 15:05:19 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.7</generator>
	<item>
		<title>
		By: Sumanth		</title>
		<link>https://studentprojects.in/software-development/c-tutorials/c/data-structures-c/c-program-to-implement-queue-operations-using-linked-lists/comment-page-1/#comment-10280</link>

		<dc:creator><![CDATA[Sumanth]]></dc:creator>
		<pubDate>Fri, 15 Nov 2013 15:05:19 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=3313#comment-10280</guid>

					<description><![CDATA[can u tell me how the recursive struct works ? 
please explain this part 
typedef struct node 
{ 
         int data;
         struct node *link;
}NODE;]]></description>
			<content:encoded><![CDATA[<p>can u tell me how the recursive struct works ?<br />
please explain this part<br />
typedef struct node<br />
{<br />
         int data;<br />
         struct node *link;<br />
}NODE;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sumanth		</title>
		<link>https://studentprojects.in/software-development/c-tutorials/c/data-structures-c/c-program-to-implement-queue-operations-using-linked-lists/comment-page-1/#comment-10279</link>

		<dc:creator><![CDATA[Sumanth]]></dc:creator>
		<pubDate>Fri, 15 Nov 2013 15:04:53 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=3313#comment-10279</guid>

					<description><![CDATA[can u tell me how the recursive struct works ? 
please explain this part 
typedef struct node 
{ 
 int data; struct node *link; }NODE;]]></description>
			<content:encoded><![CDATA[<p>can u tell me how the recursive struct works ?<br />
please explain this part<br />
typedef struct node<br />
{<br />
 int data; struct node *link; }NODE;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yudistira		</title>
		<link>https://studentprojects.in/software-development/c-tutorials/c/data-structures-c/c-program-to-implement-queue-operations-using-linked-lists/comment-page-1/#comment-9381</link>

		<dc:creator><![CDATA[Yudistira]]></dc:creator>
		<pubDate>Sun, 06 Jan 2013 14:41:58 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=3313#comment-9381</guid>

					<description><![CDATA[Thanks!! Very useful! but there should be  return 0; after the  }while(opn != 4);

:)]]></description>
			<content:encoded><![CDATA[<p>Thanks!! Very useful! but there should be  return 0; after the  }while(opn != 4);</p>
<p>🙂</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
