<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Programming Languages For Beginners</title>
	<atom:link href="http://computerlanguages.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://computerlanguages.wordpress.com</link>
	<description>The best place for beginners to learn Programming Languages</description>
	<lastBuildDate>Sun, 15 Nov 2009 11:19:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='computerlanguages.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Programming Languages For Beginners</title>
		<link>http://computerlanguages.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://computerlanguages.wordpress.com/osd.xml" title="Programming Languages For Beginners" />
	<atom:link rel='hub' href='http://computerlanguages.wordpress.com/?pushpress=hub'/>
		<item>
		<title>If Else Conditional Clauses</title>
		<link>http://computerlanguages.wordpress.com/2009/11/15/if-else-conditional-clauses/</link>
		<comments>http://computerlanguages.wordpress.com/2009/11/15/if-else-conditional-clauses/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 08:32:59 +0000</pubDate>
		<dc:creator>Zohaib Ahmed Shakir</dc:creator>
				<category><![CDATA[C Language]]></category>
		<category><![CDATA[C Language Code]]></category>
		<category><![CDATA[Condition clauses in c language]]></category>
		<category><![CDATA[else condition clause in c language]]></category>
		<category><![CDATA[else if]]></category>
		<category><![CDATA[If]]></category>
		<category><![CDATA[If Condition clause in c language]]></category>
		<category><![CDATA[If else condition clause in c language]]></category>
		<category><![CDATA[Source code in C Language]]></category>

		<guid isPermaLink="false">http://computerlanguages.wordpress.com/?p=117</guid>
		<description><![CDATA[Conditional clauses are statements defining the conditions.At certain times we want our statement to execute when something occurs ie the condition is fulfilled.For conditions we use relational operators to define our condition.

There are three types of conditional clauses

<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=computerlanguages.wordpress.com&amp;blog=10223001&amp;post=117&amp;subd=computerlanguages&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://computerlanguages.wordpress.com/2009/11/15/if-else-conditional-clauses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b67357edc44263ab1de7c3899951f13?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Zohaib Ahmed Shakir</media:title>
		</media:content>
	</item>
		<item>
		<title>Unary Operators in C Language</title>
		<link>http://computerlanguages.wordpress.com/2009/11/15/unary-operators-c-language/</link>
		<comments>http://computerlanguages.wordpress.com/2009/11/15/unary-operators-c-language/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 08:02:47 +0000</pubDate>
		<dc:creator>Zohaib Ahmed Shakir</dc:creator>
				<category><![CDATA[C Language]]></category>
		<category><![CDATA[C Language Code]]></category>
		<category><![CDATA[decrement operator c language]]></category>
		<category><![CDATA[increment operator c language]]></category>
		<category><![CDATA[unary operators c language]]></category>

		<guid isPermaLink="false">http://computerlanguages.wordpress.com/?p=112</guid>
		<description><![CDATA[The are two unary operators in C Language 

Increment operators are operators which add 1 in a variable.
Decrement operators are operators which subtracts 1 in a variable.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=computerlanguages.wordpress.com&amp;blog=10223001&amp;post=112&amp;subd=computerlanguages&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://computerlanguages.wordpress.com/2009/11/15/unary-operators-c-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b67357edc44263ab1de7c3899951f13?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Zohaib Ahmed Shakir</media:title>
		</media:content>
	</item>
		<item>
		<title>Logical Operators in C Language</title>
		<link>http://computerlanguages.wordpress.com/2009/11/09/logical-operators-in-c-language/</link>
		<comments>http://computerlanguages.wordpress.com/2009/11/09/logical-operators-in-c-language/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 09:05:27 +0000</pubDate>
		<dc:creator>Zohaib Ahmed Shakir</dc:creator>
				<category><![CDATA[C Language]]></category>
		<category><![CDATA[And Operator C Language]]></category>
		<category><![CDATA[Logical operators]]></category>
		<category><![CDATA[Not Operator C Language]]></category>
		<category><![CDATA[Or Operator C Language]]></category>

		<guid isPermaLink="false">http://computerlanguages.wordpress.com/?p=107</guid>
		<description><![CDATA[Logical operators in c language are the operators which combine two or more conditions and evaluate the result (i.e true or false).

For Example

Lets consider same example in relational operators ie b1( i.e basket 1) has 40 balls and b2 has 30 balls.I will now write the statement of logical operator in our language.

<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=computerlanguages.wordpress.com&amp;blog=10223001&amp;post=107&amp;subd=computerlanguages&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://computerlanguages.wordpress.com/2009/11/09/logical-operators-in-c-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b67357edc44263ab1de7c3899951f13?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Zohaib Ahmed Shakir</media:title>
		</media:content>
	</item>
		<item>
		<title>Relational Operators in C Language</title>
		<link>http://computerlanguages.wordpress.com/2009/11/06/relational-operators-in-c-language/</link>
		<comments>http://computerlanguages.wordpress.com/2009/11/06/relational-operators-in-c-language/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 18:54:20 +0000</pubDate>
		<dc:creator>Zohaib Ahmed Shakir</dc:creator>
				<category><![CDATA[C Language]]></category>
		<category><![CDATA[Equal to relational operator in C Language]]></category>
		<category><![CDATA[Greater than or Equal to relational operator in C Language]]></category>
		<category><![CDATA[Greater than relational operator in C Language]]></category>
		<category><![CDATA[Less than or Equal to relational operator in C Language]]></category>
		<category><![CDATA[Less than relational operator in C Language]]></category>
		<category><![CDATA[Not Equal to relational operator in C Language]]></category>
		<category><![CDATA[Relational Operators]]></category>

		<guid isPermaLink="false">http://computerlanguages.wordpress.com/?p=103</guid>
		<description><![CDATA[Relational operators are those operators which relate two values and tells that the relation we made in between those two operartors is true or false.

For Example lets say i have two baskets we call first basket b1and second one b2. b1 contains 40 balls while b2 contains 30 ball<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=computerlanguages.wordpress.com&amp;blog=10223001&amp;post=103&amp;subd=computerlanguages&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://computerlanguages.wordpress.com/2009/11/06/relational-operators-in-c-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b67357edc44263ab1de7c3899951f13?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Zohaib Ahmed Shakir</media:title>
		</media:content>
	</item>
		<item>
		<title>Arithmetic Assignment Operators in C Language</title>
		<link>http://computerlanguages.wordpress.com/2009/11/06/arithmetic-assignment-operators-in-c-language/</link>
		<comments>http://computerlanguages.wordpress.com/2009/11/06/arithmetic-assignment-operators-in-c-language/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 18:37:02 +0000</pubDate>
		<dc:creator>Zohaib Ahmed Shakir</dc:creator>
				<category><![CDATA[C Language]]></category>
		<category><![CDATA[Addition assignment operator in C]]></category>
		<category><![CDATA[Assignment Operator]]></category>
		<category><![CDATA[Division assignment operator in C]]></category>
		<category><![CDATA[Modulus assignment operator in C]]></category>
		<category><![CDATA[Multiplication assignment operator in C]]></category>
		<category><![CDATA[Remainder assignment operator in C]]></category>
		<category><![CDATA[Subtraction assignment operator in C]]></category>

		<guid isPermaLink="false">http://computerlanguages.wordpress.com/?p=96</guid>
		<description><![CDATA[Arithmetic assignment operators in C language are those assigning values on left hand side variable by calculating the two or more operands on right hand side.

Example 1:-

int a = 0 ;

a = a + 1 ;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=computerlanguages.wordpress.com&amp;blog=10223001&amp;post=96&amp;subd=computerlanguages&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://computerlanguages.wordpress.com/2009/11/06/arithmetic-assignment-operators-in-c-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b67357edc44263ab1de7c3899951f13?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Zohaib Ahmed Shakir</media:title>
		</media:content>
	</item>
		<item>
		<title>Arithmetic Operators in C Language</title>
		<link>http://computerlanguages.wordpress.com/2009/11/05/arithmetic-operators-in-c-language/</link>
		<comments>http://computerlanguages.wordpress.com/2009/11/05/arithmetic-operators-in-c-language/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 18:41:50 +0000</pubDate>
		<dc:creator>Zohaib Ahmed Shakir</dc:creator>
				<category><![CDATA[C Language]]></category>
		<category><![CDATA[Addition operator C Language]]></category>
		<category><![CDATA[Arithmetic operator]]></category>
		<category><![CDATA[Modulus operator C Language]]></category>
		<category><![CDATA[Multiplication operator C Language]]></category>
		<category><![CDATA[Remainder operator C Language]]></category>
		<category><![CDATA[Subtraction operator C Language]]></category>

		<guid isPermaLink="false">http://computerlanguages.wordpress.com/?p=65</guid>
		<description><![CDATA[Operators are symbols which trasform a variable or combine two variables in some way to yield a different value.Example addition operator '+' adds two values and the values on which operator works is called operand.

a=b+c;

Here a is assigned or initialized the sum of b and c.

<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=computerlanguages.wordpress.com&amp;blog=10223001&amp;post=65&amp;subd=computerlanguages&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://computerlanguages.wordpress.com/2009/11/05/arithmetic-operators-in-c-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b67357edc44263ab1de7c3899951f13?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Zohaib Ahmed Shakir</media:title>
		</media:content>
	</item>
		<item>
		<title>Initializing Taking Input and Displaying Output of different variables</title>
		<link>http://computerlanguages.wordpress.com/2009/11/05/initializing-taking-input-and-displaying-output-of-different-variables/</link>
		<comments>http://computerlanguages.wordpress.com/2009/11/05/initializing-taking-input-and-displaying-output-of-different-variables/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 05:00:05 +0000</pubDate>
		<dc:creator>Zohaib Ahmed Shakir</dc:creator>
				<category><![CDATA[C Language]]></category>
		<category><![CDATA[Characters in C Language]]></category>
		<category><![CDATA[Double in C Language]]></category>
		<category><![CDATA[Float in C Language]]></category>
		<category><![CDATA[Integer in C Language]]></category>
		<category><![CDATA[Long in C Language]]></category>

		<guid isPermaLink="false">http://computerlanguages.wordpress.com/?p=54</guid>
		<description><![CDATA[There are three major types of variables which you should know how to declare

1) Integer Numbers
2) Real Numbers
3) Characters

<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=computerlanguages.wordpress.com&amp;blog=10223001&amp;post=54&amp;subd=computerlanguages&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://computerlanguages.wordpress.com/2009/11/05/initializing-taking-input-and-displaying-output-of-different-variables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b67357edc44263ab1de7c3899951f13?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Zohaib Ahmed Shakir</media:title>
		</media:content>
	</item>
		<item>
		<title>Comments in C Language</title>
		<link>http://computerlanguages.wordpress.com/2009/11/05/comments-in-c-language/</link>
		<comments>http://computerlanguages.wordpress.com/2009/11/05/comments-in-c-language/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 04:29:56 +0000</pubDate>
		<dc:creator>Zohaib Ahmed Shakir</dc:creator>
				<category><![CDATA[C Language]]></category>
		<category><![CDATA[Multiple Line comments c language]]></category>
		<category><![CDATA[Single Line comments c language]]></category>

		<guid isPermaLink="false">http://computerlanguages.wordpress.com/?p=52</guid>
		<description><![CDATA[Comments are generally those lines of code which the compiler or you can say computer skips and has no effect on our program.It is used to make our source code more readable i.e easy to understand.

There are two types of comments
1) Single line comment
2) Multiple line comment
<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=computerlanguages.wordpress.com&amp;blog=10223001&amp;post=52&amp;subd=computerlanguages&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://computerlanguages.wordpress.com/2009/11/05/comments-in-c-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b67357edc44263ab1de7c3899951f13?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Zohaib Ahmed Shakir</media:title>
		</media:content>
	</item>
		<item>
		<title>Taking input in C language</title>
		<link>http://computerlanguages.wordpress.com/2009/11/05/taking-input-in-c-language/</link>
		<comments>http://computerlanguages.wordpress.com/2009/11/05/taking-input-in-c-language/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 20:35:47 +0000</pubDate>
		<dc:creator>Zohaib Ahmed Shakir</dc:creator>
				<category><![CDATA[C Language]]></category>
		<category><![CDATA[Input in C language]]></category>
		<category><![CDATA[Scanf Function C Language]]></category>

		<guid isPermaLink="false">http://computerlanguages.wordpress.com/?p=50</guid>
		<description><![CDATA[To take input in c language we use Scanf function. Scanf function takes the input from the user and saves it in the variable.We can do multiple of works by taking input .A small example will be If i have to make a program which prints the force i.e by multiplying mass with acceleration i [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=computerlanguages.wordpress.com&amp;blog=10223001&amp;post=50&amp;subd=computerlanguages&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://computerlanguages.wordpress.com/2009/11/05/taking-input-in-c-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b67357edc44263ab1de7c3899951f13?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Zohaib Ahmed Shakir</media:title>
		</media:content>
	</item>
		<item>
		<title>Escape Sequences in C Language</title>
		<link>http://computerlanguages.wordpress.com/2009/11/04/escape-sequences-in-c-language/</link>
		<comments>http://computerlanguages.wordpress.com/2009/11/04/escape-sequences-in-c-language/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 16:18:42 +0000</pubDate>
		<dc:creator>Zohaib Ahmed Shakir</dc:creator>
				<category><![CDATA[C Language]]></category>
		<category><![CDATA[Escape Sequences C Language]]></category>
		<category><![CDATA[printf function c language]]></category>

		<guid isPermaLink="false">http://computerlanguages.wordpress.com/?p=43</guid>
		<description><![CDATA[Escape sequences in c language are used in the printf function of c language.For example if i want to print a value or anything in a new line i will have to use an escape sequence for new line in printf function of c language. There are seven escape sequence in c language. 1) For [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=computerlanguages.wordpress.com&amp;blog=10223001&amp;post=43&amp;subd=computerlanguages&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://computerlanguages.wordpress.com/2009/11/04/escape-sequences-in-c-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b67357edc44263ab1de7c3899951f13?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Zohaib Ahmed Shakir</media:title>
		</media:content>
	</item>
	</channel>
</rss>
