<?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>Btechadda.com &#187; C Language Data Strucutres</title>
	<atom:link href="http://www.btechadda.com/post/category/tutorials/c-language-data-strucutres/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.btechadda.com</link>
	<description>The purpose of learning is to share.</description>
	<lastBuildDate>Wed, 08 Dec 2010 04:53:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Tokens</title>
		<link>http://www.btechadda.com/post/tokens/</link>
		<comments>http://www.btechadda.com/post/tokens/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 06:00:27 +0000</pubDate>
		<dc:creator>Shivu</dc:creator>
				<category><![CDATA[C Language Data Strucutres]]></category>

		<guid isPermaLink="false">http://www.btechadda.com/?p=715</guid>
		<description><![CDATA[Tokens: Just like parts of speech in  English , we have tokens in  C . Tokens are nothing but individual units of a C program. Tokens are mainly classified into : Identifier keyword Variable Constant Operators Identifier: Identifier is a user defined name. While programming in C we name different things as and when required. [...]]]></description>
		<wfw:commentRss>http://www.btechadda.com/post/tokens/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rules in C language</title>
		<link>http://www.btechadda.com/post/rules-in-c-language/</link>
		<comments>http://www.btechadda.com/post/rules-in-c-language/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 13:24:28 +0000</pubDate>
		<dc:creator>Shivu</dc:creator>
				<category><![CDATA[C Language Data Strucutres]]></category>

		<guid isPermaLink="false">http://www.btechadda.com/?p=494</guid>
		<description><![CDATA[[ad#HTML] Rules in C language Here are the few basic and necessary rules while coding in c language . [ad#Post Banner bid] C language is a case sensitive language , ie Int is not same as int and Sum is not same as sum . Number of open braces should be equal to number of [...]]]></description>
		<wfw:commentRss>http://www.btechadda.com/post/rules-in-c-language/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Execution of c program.</title>
		<link>http://www.btechadda.com/post/execution-of-c-program/</link>
		<comments>http://www.btechadda.com/post/execution-of-c-program/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 13:24:15 +0000</pubDate>
		<dc:creator>Shivu</dc:creator>
				<category><![CDATA[C Language Data Strucutres]]></category>

		<guid isPermaLink="false">http://www.btechadda.com/?p=493</guid>
		<description><![CDATA[Execution of c program. We have seen the basic structure of c program. It is essential to know the working and execution of c program to master the c language . Creating a c program : The programs are written in c editors like turbo C ,TC ,Borland c and then the file is saved [...]]]></description>
		<wfw:commentRss>http://www.btechadda.com/post/execution-of-c-program/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Structure of a c program</title>
		<link>http://www.btechadda.com/post/structure-of-a-c-program/</link>
		<comments>http://www.btechadda.com/post/structure-of-a-c-program/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 13:23:47 +0000</pubDate>
		<dc:creator>Shivu</dc:creator>
				<category><![CDATA[C Language Data Strucutres]]></category>

		<guid isPermaLink="false">http://www.btechadda.com/?p=492</guid>
		<description><![CDATA[Structure of a c program C is a structured programming language . It follows everything in a particular order form top to bottom. Basically a C program contains a header file section , global declaration, main part and user defined function. Header file section global declarations main () { declaration part; statements ; } user [...]]]></description>
		<wfw:commentRss>http://www.btechadda.com/post/structure-of-a-c-program/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compiler and interpreter</title>
		<link>http://www.btechadda.com/post/compiler-and-interpreter/</link>
		<comments>http://www.btechadda.com/post/compiler-and-interpreter/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 14:02:42 +0000</pubDate>
		<dc:creator>Shivu</dc:creator>
				<category><![CDATA[C Language Data Strucutres]]></category>

		<guid isPermaLink="false">http://www.btechadda.com/?p=342</guid>
		<description><![CDATA[Compiler: Compiler is a system software , which checks the whole programs for errors (mainly syntax errors ) , and then converts them into machine level language. This processes is like translating a book into another language. It takes time to debug while converting high level language / middle level language to machine level language. [...]]]></description>
		<wfw:commentRss>http://www.btechadda.com/post/compiler-and-interpreter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to C</title>
		<link>http://www.btechadda.com/post/introduction-to-c/</link>
		<comments>http://www.btechadda.com/post/introduction-to-c/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 04:18:38 +0000</pubDate>
		<dc:creator>Shivu</dc:creator>
				<category><![CDATA[C Language Data Strucutres]]></category>
		<category><![CDATA[1970]]></category>
		<category><![CDATA[ANSIC]]></category>
		<category><![CDATA[BASIC]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[Dennis Ritchie]]></category>
		<category><![CDATA[Introduction to C]]></category>

		<guid isPermaLink="false">http://www.btechadda.com/?p=332</guid>
		<description><![CDATA[Introduction to C In 1970&#8242;s computers were very few and mostly found only in research Labs of universities. There were a few  programming languages like  FORTRAN , BASIC and assembly language . FORTRAN  was efficient for  scientific application , but was a bad system software .  Basic was  a very easy language to master  but [...]]]></description>
		<wfw:commentRss>http://www.btechadda.com/post/introduction-to-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

