<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>w3mentor</title> <link>http://w3mentor.com</link> <description>Learning web technologies simplified!</description> <lastBuildDate>Tue, 07 Sep 2010 14:34:04 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0.1</generator> <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/w3mentor" /><feedburner:info uri="w3mentor" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>w3mentor</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item><title>Parse and format a date in Java</title><link>http://feedproxy.google.com/~r/w3mentor/~3/xuyfiEiiJ_g/</link> <comments>http://w3mentor.com/learn/java/numbers-dates/parse-and-format-a-date-in-java/#comments</comments> <pubDate>Tue, 07 Sep 2010 14:34:04 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Numbers & Dates]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10808</guid> <description>import java.text.DateFormat; import java.text.ParseException; import java.util.Date; public class DateFormatTest &amp;#123; public static void main&amp;#40;String&amp;#91;&amp;#93; args&amp;#41; &amp;#123; DateFormat shortDf = DateFormat.getDateInstance&amp;#40;DateFormat.SHORT&amp;#41;; &amp;#160; DateFormat mediumDf = DateFormat.getDateInstance&amp;#40;DateFormat.MEDIUM&amp;#41;;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/java/numbers-dates/parse-and-format-a-date-in-java/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/xuyfiEiiJ_g" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/java/numbers-dates/parse-and-format-a-date-in-java/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/java/numbers-dates/parse-and-format-a-date-in-java/</feedburner:origLink></item> <item><title>After and before methods in Java date class</title><link>http://feedproxy.google.com/~r/w3mentor/~3/fDrZYWnpUts/</link> <comments>http://w3mentor.com/learn/java/numbers-dates/after-and-before-methods-in-java-date-class/#comments</comments> <pubDate>Tue, 07 Sep 2010 14:29:32 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Numbers & Dates]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10806</guid> <description>The after method returns true if this date is a later time than the when argument. Otherwise, it returns false. The before method returns true&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/java/numbers-dates/after-and-before-methods-in-java-date-class/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/fDrZYWnpUts" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/java/numbers-dates/after-and-before-methods-in-java-date-class/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/java/numbers-dates/after-and-before-methods-in-java-date-class/</feedburner:origLink></item> <item><title>Parsing numbers in Java</title><link>http://feedproxy.google.com/~r/w3mentor/~3/iQXIwl0Ie8E/</link> <comments>http://w3mentor.com/learn/java/numbers-dates/parsing-numbers-in-java/#comments</comments> <pubDate>Tue, 07 Sep 2010 14:20:01 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Numbers & Dates]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10804</guid> <description>The example below takes user input and parses it. If the user types in an invalid number, an error message will be displayed. import java.util.Scanner;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/java/numbers-dates/parsing-numbers-in-java/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/iQXIwl0Ie8E" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/java/numbers-dates/parsing-numbers-in-java/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/java/numbers-dates/parsing-numbers-in-java/</feedburner:origLink></item> <item><title>Methods in the Math class in Java</title><link>http://feedproxy.google.com/~r/w3mentor/~3/BsQtyUTrDsI/</link> <comments>http://w3mentor.com/learn/java/numbers-dates/methods-in-the-math-class-in-java/#comments</comments> <pubDate>Tue, 07 Sep 2010 14:17:52 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Numbers & Dates]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10802</guid> <description>public static double abs&amp;#40;double a&amp;#41; Returns the absolute value of the specified double.. public static double acos&amp;#40;double a&amp;#41; Returns the arc cosine of an angle,&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/java/numbers-dates/methods-in-the-math-class-in-java/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/BsQtyUTrDsI" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/java/numbers-dates/methods-in-the-math-class-in-java/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/java/numbers-dates/methods-in-the-math-class-in-java/</feedburner:origLink></item> <item><title>Example of continue with a label in Java</title><link>http://feedproxy.google.com/~r/w3mentor/~3/xUQrENZaCWo/</link> <comments>http://w3mentor.com/learn/java/java-language-basics/example-of-continue-with-a-label-in-java/#comments</comments> <pubDate>Tue, 07 Sep 2010 14:05:02 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Java Language basics]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10800</guid> <description>start: for &amp;#40;int i = 0; i &amp;#60; 3; i++&amp;#41; &amp;#123; for &amp;#40;int j = 0; j &amp;#60; 4; j++&amp;#41; &amp;#123; if &amp;#40;j == 2&amp;#41;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/java/java-language-basics/example-of-continue-with-a-label-in-java/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/xUQrENZaCWo" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/java/java-language-basics/example-of-continue-with-a-label-in-java/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/java/java-language-basics/example-of-continue-with-a-label-in-java/</feedburner:origLink></item> <item><title>Produce three beeps with a 500 milliseconds interval between two beeps in Java</title><link>http://feedproxy.google.com/~r/w3mentor/~3/irdeqTXFiTU/</link> <comments>http://w3mentor.com/learn/java/java-language-basics/produce-three-beeps-with-a-500-milliseconds-interval-between-two-beeps-in-java/#comments</comments> <pubDate>Tue, 07 Sep 2010 14:01:59 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Java Language basics]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10798</guid> <description>java.awt.Toolkit.getDefaultToolkit&amp;#40;&amp;#41;.beep&amp;#40;&amp;#41;; try &amp;#123; Thread.currentThread&amp;#40;&amp;#41;.sleep&amp;#40;500&amp;#41;; &amp;#125; catch &amp;#40;Exception e&amp;#41; &amp;#123; &amp;#125; java.awt.Toolkit.getDefaultToolkit&amp;#40;&amp;#41;.beep&amp;#40;&amp;#41;; try &amp;#123; Thread.currentThread&amp;#40;&amp;#41;.sleep&amp;#40;500&amp;#41;; &amp;#125; catch &amp;#40;Exception e&amp;#41; &amp;#123; &amp;#125; java.awt.Toolkit.getDefaultToolkit&amp;#40;&amp;#41;.beep&amp;#40;&amp;#41;;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/irdeqTXFiTU" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/java/java-language-basics/produce-three-beeps-with-a-500-milliseconds-interval-between-two-beeps-in-java/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/java/java-language-basics/produce-three-beeps-with-a-500-milliseconds-interval-between-two-beeps-in-java/</feedburner:origLink></item> <item><title>Use if with a series of else statements in Java</title><link>http://feedproxy.google.com/~r/w3mentor/~3/QTLHMsPYWIA/</link> <comments>http://w3mentor.com/learn/java/java-language-basics/use-if-with-a-series-of-else-statements-in-java/#comments</comments> <pubDate>Tue, 07 Sep 2010 13:53:01 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Java Language basics]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10796</guid> <description>if &amp;#40;a == 1&amp;#41; &amp;#123; System.out.println&amp;#40;&amp;#34;one&amp;#34;&amp;#41;; &amp;#125; else if &amp;#40;a == 2&amp;#41; &amp;#123; System.out.println&amp;#40;&amp;#34;two&amp;#34;&amp;#41;; &amp;#125; else if &amp;#40;a == 3&amp;#41; &amp;#123; System.out.println&amp;#40;&amp;#34;three&amp;#34;&amp;#41;; &amp;#125; else &amp;#123;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/java/java-language-basics/use-if-with-a-series-of-else-statements-in-java/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/QTLHMsPYWIA" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/java/java-language-basics/use-if-with-a-series-of-else-statements-in-java/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/java/java-language-basics/use-if-with-a-series-of-else-statements-in-java/</feedburner:origLink></item> <item><title>Dangling else problem in Java</title><link>http://feedproxy.google.com/~r/w3mentor/~3/0yOIz41Hp-c/</link> <comments>http://w3mentor.com/learn/java/java-language-basics/dangling-else-problem-in-java/#comments</comments> <pubDate>Tue, 07 Sep 2010 13:49:57 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Java Language basics]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10794</guid> <description>The else statement in the code below is dangling because it is not clear which if statement the else statement is associated with. An else&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/java/java-language-basics/dangling-else-problem-in-java/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/0yOIz41Hp-c" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/java/java-language-basics/dangling-else-problem-in-java/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/java/java-language-basics/dangling-else-problem-in-java/</feedburner:origLink></item> <item><title>Character literals that are escape sequences in Java</title><link>http://feedproxy.google.com/~r/w3mentor/~3/0hLGuaRoem0/</link> <comments>http://w3mentor.com/learn/java/java-language-basics/character-literals-that-are-escape-sequences-in-java/#comments</comments> <pubDate>Tue, 07 Sep 2010 13:27:43 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Java Language basics]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10792</guid> <description>&amp;#8216;b&amp;#8217; the backspace character &amp;#8216;t&amp;#8217; the tab character &amp;#8216;\&amp;#8217; the backslash &amp;#8221;&amp;#8217; single quote &amp;#8216;&amp;#8221;&amp;#8216; double quote &amp;#8216;n&amp;#8217; linefeed &amp;#8216;r&amp;#8217; carriage return&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/0hLGuaRoem0" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/java/java-language-basics/character-literals-that-are-escape-sequences-in-java/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/java/java-language-basics/character-literals-that-are-escape-sequences-in-java/</feedburner:origLink></item> <item><title>Primitive data types in Java</title><link>http://feedproxy.google.com/~r/w3mentor/~3/xqg-mkmNn6E/</link> <comments>http://w3mentor.com/learn/java/java-data-types/primitive-data-types-in-java-2/#comments</comments> <pubDate>Tue, 07 Sep 2010 13:25:59 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Java Data Types]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10790</guid> <description>Primitive Description Range byte Byte-length integer (8 bits) -128 (-27) to 127 (27-1) short Short integer (16 bits) -32,768 (-215) to 32,767 (-215-1) int Integer&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/java/java-data-types/primitive-data-types-in-java-2/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/xqg-mkmNn6E" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/java/java-data-types/primitive-data-types-in-java-2/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/java/java-data-types/primitive-data-types-in-java-2/</feedburner:origLink></item> <item><title>Separators in Java</title><link>http://feedproxy.google.com/~r/w3mentor/~3/QOSrIsFsWP0/</link> <comments>http://w3mentor.com/learn/java/java-language-basics/separators-in-java/#comments</comments> <pubDate>Tue, 07 Sep 2010 13:22:22 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Java Language basics]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10788</guid> <description>Symbol Name Description () Parentheses Used in: method signatures to contain lists of arguments. expressions to raise operator precedence. narrowing conversions. loops to contain expressions&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/java/java-language-basics/separators-in-java/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/QOSrIsFsWP0" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/java/java-language-basics/separators-in-java/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/java/java-language-basics/separators-in-java/</feedburner:origLink></item> <item><title>A File read-write example in C</title><link>http://feedproxy.google.com/~r/w3mentor/~3/vx-_-7qTjiI/</link> <comments>http://w3mentor.com/learn/cc/file-access-processing/a-file-read-write-example-in-c/#comments</comments> <pubDate>Thu, 02 Sep 2010 00:30:21 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[File access & processing]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10786</guid> <description>#include &amp;#60;stdio.h&amp;#62; #include &amp;#60;process.h&amp;#62; &amp;#160; int main&amp;#40;&amp;#41; &amp;#123; FILE *rfp,*wfp; char buff&amp;#91;80&amp;#93;; int lineno=0; &amp;#160; /*Open input and output files*/ if&amp;#40;&amp;#40;rfp=fopen&amp;#40;&amp;#34;inpfile.c&amp;#34;,&amp;#34;r&amp;#34;&amp;#41;&amp;#41;==NULL&amp;#41; &amp;#123; printf&amp;#40;&amp;#34;Cannot open inpfile.c&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/file-access-processing/a-file-read-write-example-in-c/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/vx-_-7qTjiI" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/file-access-processing/a-file-read-write-example-in-c/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/file-access-processing/a-file-read-write-example-in-c/</feedburner:origLink></item> <item><title>Modes for Operating a File in C</title><link>http://feedproxy.google.com/~r/w3mentor/~3/rwwkwNVfmiY/</link> <comments>http://w3mentor.com/learn/cc/file-access-processing/modes-for-operating-a-file-in-c/#comments</comments> <pubDate>Thu, 02 Sep 2010 00:29:25 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[File access & processing]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10784</guid> <description>Mode Description “r” Opens a file for reading “w” Creates a file for writing or truncate to zero length “a” Opens a file for writing&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/file-access-processing/modes-for-operating-a-file-in-c/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/rwwkwNVfmiY" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/file-access-processing/modes-for-operating-a-file-in-c/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/file-access-processing/modes-for-operating-a-file-in-c/</feedburner:origLink></item> <item><title>An example of bit fields in structures in C</title><link>http://feedproxy.google.com/~r/w3mentor/~3/tNfMZXXmBw4/</link> <comments>http://w3mentor.com/learn/cc/user-defined-data-types/an-example-of-bit-fields-in-structures-in-c/#comments</comments> <pubDate>Thu, 02 Sep 2010 00:26:37 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[User-Defined Data Types]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10782</guid> <description>The declaration specifies a variable called flags with four one-bit fields. The bit-field width is specified by specifying the width of the field as an&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/user-defined-data-types/an-example-of-bit-fields-in-structures-in-c/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/tNfMZXXmBw4" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/user-defined-data-types/an-example-of-bit-fields-in-structures-in-c/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/user-defined-data-types/an-example-of-bit-fields-in-structures-in-c/</feedburner:origLink></item> <item><title>Program to illustrate typedef in C</title><link>http://feedproxy.google.com/~r/w3mentor/~3/ny1-SRdQZZw/</link> <comments>http://w3mentor.com/learn/cc/user-defined-data-types/program-to-illustrate-typedef-in-c/#comments</comments> <pubDate>Thu, 02 Sep 2010 00:25:35 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[User-Defined Data Types]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10780</guid> <description>#include &amp;#60;stdio.h&amp;#62; #include &amp;#60;string.h&amp;#62; &amp;#160; typedef struct &amp;#123; char title&amp;#91;20&amp;#93;; char publisher&amp;#91;25&amp;#93;; char author&amp;#91;20&amp;#93;; int no_of_pages; float cost; &amp;#125; books; &amp;#160; int main&amp;#40;&amp;#41; &amp;#123; books&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/user-defined-data-types/program-to-illustrate-typedef-in-c/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/ny1-SRdQZZw" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/user-defined-data-types/program-to-illustrate-typedef-in-c/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/user-defined-data-types/program-to-illustrate-typedef-in-c/</feedburner:origLink></item> <item><title>Program to demonstrate usage of unions in C</title><link>http://feedproxy.google.com/~r/w3mentor/~3/QafYSBWBMD4/</link> <comments>http://w3mentor.com/learn/cc/user-defined-data-types/program-to-demonstrate-usage-of-unions-in-c/#comments</comments> <pubDate>Thu, 02 Sep 2010 00:24:27 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[User-Defined Data Types]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10778</guid> <description>#include &amp;#60;stdio.h&amp;#62; &amp;#160; union item &amp;#123; char cvalue; int ivalue; float fvalue; double dvalue; &amp;#125;; int main&amp;#40;&amp;#41; &amp;#123; union item value; &amp;#160; value.cvalue='C'; printf&amp;#40;&amp;#34;cvalue=%c, address=%un&amp;#34;,value.cvalue,&amp;#38;value.cvalue&amp;#41;;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/user-defined-data-types/program-to-demonstrate-usage-of-unions-in-c/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/QafYSBWBMD4" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/user-defined-data-types/program-to-demonstrate-usage-of-unions-in-c/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/user-defined-data-types/program-to-demonstrate-usage-of-unions-in-c/</feedburner:origLink></item> <item><title>Program to demonstrate arrays of structures in C</title><link>http://feedproxy.google.com/~r/w3mentor/~3/R4jDxjIf66Q/</link> <comments>http://w3mentor.com/learn/cc/user-defined-data-types/program-to-demonstrate-arrays-of-structures-in-c/#comments</comments> <pubDate>Thu, 02 Sep 2010 00:23:43 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[User-Defined Data Types]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10776</guid> <description>#include &amp;#60;stdio.h&amp;#62; # define limit 20 struct pair&amp;#123; int first; int second; float average; &amp;#125;; &amp;#160; void findavg&amp;#40;struct pair *,int&amp;#41;; &amp;#160; int main&amp;#40;&amp;#41; &amp;#123; struct&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/user-defined-data-types/program-to-demonstrate-arrays-of-structures-in-c/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/R4jDxjIf66Q" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/user-defined-data-types/program-to-demonstrate-arrays-of-structures-in-c/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/user-defined-data-types/program-to-demonstrate-arrays-of-structures-in-c/</feedburner:origLink></item> <item><title>Create a structure and access it using pointers to structures in C</title><link>http://feedproxy.google.com/~r/w3mentor/~3/8JlRW0rkRoQ/</link> <comments>http://w3mentor.com/learn/cc/user-defined-data-types/create-a-structure-and-access-it-using-pointers-to-structures-in-c-2/#comments</comments> <pubDate>Thu, 02 Sep 2010 00:22:24 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[User-Defined Data Types]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10774</guid> <description>#include &amp;#60;stdio.h&amp;#62; &amp;#160; struct point&amp;#123; float abscissa; float ordinate; &amp;#125;; struct point mid&amp;#40;struct point,struct point&amp;#41;; &amp;#160; int main&amp;#40;&amp;#41; &amp;#123; struct point p1,p2,pm; &amp;#160; printf&amp;#40;&amp;#34;Enter coordinates&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/user-defined-data-types/create-a-structure-and-access-it-using-pointers-to-structures-in-c-2/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/8JlRW0rkRoQ" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/user-defined-data-types/create-a-structure-and-access-it-using-pointers-to-structures-in-c-2/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/user-defined-data-types/create-a-structure-and-access-it-using-pointers-to-structures-in-c-2/</feedburner:origLink></item> <item><title>Illustrate structure member passing to and from functions in C</title><link>http://feedproxy.google.com/~r/w3mentor/~3/doMTzb0P82I/</link> <comments>http://w3mentor.com/learn/cc/user-defined-data-types/illustrate-structure-member-passing-to-and-from-functions-in-c/#comments</comments> <pubDate>Thu, 02 Sep 2010 00:19:30 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[User-Defined Data Types]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10772</guid> <description>#include &amp;#60;string.h&amp;#62; &amp;#160; struct books&amp;#123; char title&amp;#91;20&amp;#93;; char publisher&amp;#91;25&amp;#93;; char author&amp;#91;20&amp;#93;; int no_of_pages; float cost; &amp;#125;; &amp;#160; float modify_cost&amp;#40;float&amp;#41;; &amp;#160; int main&amp;#40;&amp;#41; &amp;#123; struct books&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/user-defined-data-types/illustrate-structure-member-passing-to-and-from-functions-in-c/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/doMTzb0P82I" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/user-defined-data-types/illustrate-structure-member-passing-to-and-from-functions-in-c/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/user-defined-data-types/illustrate-structure-member-passing-to-and-from-functions-in-c/</feedburner:origLink></item> <item><title>Create a structure and access it using pointers to structures in C</title><link>http://feedproxy.google.com/~r/w3mentor/~3/k8jmcLAu_w4/</link> <comments>http://w3mentor.com/learn/cc/user-defined-data-types/create-a-structure-and-access-it-using-pointers-to-structures-in-c/#comments</comments> <pubDate>Thu, 02 Sep 2010 00:17:41 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[User-Defined Data Types]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10770</guid> <description>#include &amp;#60;stdio.h&amp;#62; #include &amp;#60;string.h&amp;#62; &amp;#160; struct books&amp;#123; char title&amp;#91;20&amp;#93;; char publisher&amp;#91;25&amp;#93;; char author&amp;#91;20&amp;#93;; int no_of_pages; float cost; &amp;#125;; int main&amp;#40;&amp;#41; &amp;#123; struct books book1,*pb=&amp;#38;book1; &amp;#160;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/user-defined-data-types/create-a-structure-and-access-it-using-pointers-to-structures-in-c/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/k8jmcLAu_w4" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/user-defined-data-types/create-a-structure-and-access-it-using-pointers-to-structures-in-c/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/user-defined-data-types/create-a-structure-and-access-it-using-pointers-to-structures-in-c/</feedburner:origLink></item> <item><title>Program to create a structure and access it in C</title><link>http://feedproxy.google.com/~r/w3mentor/~3/Tpr9HOC25i8/</link> <comments>http://w3mentor.com/learn/cc/user-defined-data-types/program-to-create-a-structure-and-access-it-in-c/#comments</comments> <pubDate>Thu, 02 Sep 2010 00:15:52 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[User-Defined Data Types]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10768</guid> <description>&amp;#160; #include &amp;#60;stdio.h&amp;#62; #include &amp;#60;string.h&amp;#62; &amp;#160; struct books&amp;#123; char title&amp;#91;20&amp;#93;; char publisher&amp;#91;25&amp;#93;; char author&amp;#91;20&amp;#93;; int no_of_pages; float cost; &amp;#125;; &amp;#160; int main&amp;#40;&amp;#41; &amp;#123; struct books&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/user-defined-data-types/program-to-create-a-structure-and-access-it-in-c/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/Tpr9HOC25i8" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/user-defined-data-types/program-to-create-a-structure-and-access-it-in-c/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/user-defined-data-types/program-to-create-a-structure-and-access-it-in-c/</feedburner:origLink></item> <item><title>Check the validity of a date supplied from the command line in C</title><link>http://feedproxy.google.com/~r/w3mentor/~3/MWPXwTVYAfs/</link> <comments>http://w3mentor.com/learn/cc/pointers/check-the-validity-of-a-date-supplied-from-the-command-line-in-c/#comments</comments> <pubDate>Thu, 02 Sep 2010 00:13:07 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Pointers]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10766</guid> <description>#include &amp;#60;stdio.h&amp;#62; &amp;#160; void convert&amp;#40;char **,int*,int*,int*&amp;#41;; int valid&amp;#40;int,int,int&amp;#41;; &amp;#160; int main&amp;#40;int argc,char *argv&amp;#91;&amp;#93;&amp;#41; &amp;#123; int d,m,y char *progname=argv&amp;#91;0&amp;#93;; &amp;#160; if&amp;#40;--argc&amp;#62;0&amp;#41; &amp;#123; convert&amp;#40;++argv,&amp;#38;d,&amp;#38;m,&amp;#38;y&amp;#41;; printf&amp;#40;&amp;#34;The date %s&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/pointers/check-the-validity-of-a-date-supplied-from-the-command-line-in-c/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/MWPXwTVYAfs" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/pointers/check-the-validity-of-a-date-supplied-from-the-command-line-in-c/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/pointers/check-the-validity-of-a-date-supplied-from-the-command-line-in-c/</feedburner:origLink></item> <item><title>Program that prints the first characters of all the arguments except for the first</title><link>http://feedproxy.google.com/~r/w3mentor/~3/APQb-M_jRMk/</link> <comments>http://w3mentor.com/learn/cc/pointers/program-that-prints-the-first-characters-of-all-the-arguments-except-for-the-first/#comments</comments> <pubDate>Thu, 02 Sep 2010 00:12:11 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Pointers]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10764</guid> <description>#include &amp;#60;stdio.h&amp;#62; &amp;#160; void flush_array&amp;#40;int,char *&amp;#91;&amp;#93;&amp;#41;; void flush_1st_char&amp;#40;int,char *&amp;#91;&amp;#93;&amp;#41;; &amp;#160; int main&amp;#40;int argc,char *argv&amp;#91;&amp;#93;&amp;#41; &amp;#123; flush_array&amp;#40;argc,argv&amp;#41;; printf&amp;#40;&amp;#34;n=======&amp;#62; &amp;#34;&amp;#41;; flush_1st_char&amp;#40;argc,argv&amp;#41;; return 0; &amp;#125; &amp;#160; void flush_array&amp;#40;int&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/pointers/program-that-prints-the-first-characters-of-all-the-arguments-except-for-the-first/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/APQb-M_jRMk" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/pointers/program-that-prints-the-first-characters-of-all-the-arguments-except-for-the-first/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/pointers/program-that-prints-the-first-characters-of-all-the-arguments-except-for-the-first/</feedburner:origLink></item> <item><title>A program using pointers to functions in C</title><link>http://feedproxy.google.com/~r/w3mentor/~3/NhQFZyNMG3k/</link> <comments>http://w3mentor.com/learn/cc/pointers/a-program-using-pointers-to-functions-in-c/#comments</comments> <pubDate>Thu, 02 Sep 2010 00:10:41 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Pointers]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10762</guid> <description>#include &amp;#60;stdio.h&amp;#62; &amp;#160; int main&amp;#40;&amp;#41; &amp;#123; int x,y,operation; double result, operate&amp;#40;double &amp;#40;*&amp;#41;&amp;#40;&amp;#41;,int,int&amp;#41;; double add&amp;#40;&amp;#41;, subtract&amp;#40;&amp;#41;, multiply&amp;#40;&amp;#41;, divide&amp;#40;&amp;#41;; &amp;#160; printf&amp;#40;&amp;#34;Enter two integers : &amp;#34;&amp;#41;; scanf&amp;#40;&amp;#34;%d %d&amp;#34;,&amp;#38;x,&amp;#38;y&amp;#41;;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/pointers/a-program-using-pointers-to-functions-in-c/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/NhQFZyNMG3k" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/pointers/a-program-using-pointers-to-functions-in-c/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/pointers/a-program-using-pointers-to-functions-in-c/</feedburner:origLink></item> <item><title>Display the first characters of the strings pointed by the array elements of an array of pointers</title><link>http://feedproxy.google.com/~r/w3mentor/~3/ccdB84SlO3k/</link> <comments>http://w3mentor.com/learn/cc/pointers/display-the-first-characters-of-the-strings-pointed-by-the-array-elements-of-an-array-of-pointers/#comments</comments> <pubDate>Thu, 02 Sep 2010 00:09:17 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Pointers]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10760</guid> <description>&amp;#160; #include &amp;#60;stdio.h&amp;#62; &amp;#160; int main&amp;#40;&amp;#41; &amp;#123; &amp;#160; /*Define and Initialize the 2-D array*/ char *direction&amp;#91;&amp;#93;=&amp;#123; &amp;#34;North&amp;#34;, &amp;#34;East&amp;#34;, &amp;#34;West&amp;#34;, &amp;#34;South&amp;#34;, &amp;#125;; &amp;#160; int i; const&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/pointers/display-the-first-characters-of-the-strings-pointed-by-the-array-elements-of-an-array-of-pointers/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/ccdB84SlO3k" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/pointers/display-the-first-characters-of-the-strings-pointed-by-the-array-elements-of-an-array-of-pointers/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/pointers/display-the-first-characters-of-the-strings-pointed-by-the-array-elements-of-an-array-of-pointers/</feedburner:origLink></item> <item><title>Use pointers to display the strings pointed by the array elements of an array of pointers</title><link>http://feedproxy.google.com/~r/w3mentor/~3/nzgaHkFryXQ/</link> <comments>http://w3mentor.com/learn/cc/pointers/use-pointers-to-display-the-strings-pointed-by-the-array-elements-of-an-array-of-pointers/#comments</comments> <pubDate>Thu, 02 Sep 2010 00:08:33 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Pointers]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10758</guid> <description>/*Program using pointers to display the strings pointed by the array el- ements of an array of pointers*/ &amp;#160; #include &amp;#60;stdio.h&amp;#62; &amp;#160; int main&amp;#40;&amp;#41; &amp;#123;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/pointers/use-pointers-to-display-the-strings-pointed-by-the-array-elements-of-an-array-of-pointers/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/nzgaHkFryXQ" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/pointers/use-pointers-to-display-the-strings-pointed-by-the-array-elements-of-an-array-of-pointers/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/pointers/use-pointers-to-display-the-strings-pointed-by-the-array-elements-of-an-array-of-pointers/</feedburner:origLink></item> <item><title>Print each element of the array together with their memory addresses</title><link>http://feedproxy.google.com/~r/w3mentor/~3/LGEryaZIP2I/</link> <comments>http://w3mentor.com/learn/cc/pointers/print-each-element-of-the-array-together-with-their-memory-addresses/#comments</comments> <pubDate>Thu, 02 Sep 2010 00:07:24 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Pointers]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10756</guid> <description>#include &amp;#60;stdio.h&amp;#62; const int MAX = 6; const int LEN = 10; &amp;#160; int main&amp;#40;&amp;#41; &amp;#123; int i,j; &amp;#160; /*Define and Initialize the 2-D array*/&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/pointers/print-each-element-of-the-array-together-with-their-memory-addresses/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/LGEryaZIP2I" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/pointers/print-each-element-of-the-array-together-with-their-memory-addresses/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/pointers/print-each-element-of-the-array-together-with-their-memory-addresses/</feedburner:origLink></item> <item><title>Function that returns the average of all the array elements except for the final element</title><link>http://feedproxy.google.com/~r/w3mentor/~3/FHNKUL8k08w/</link> <comments>http://w3mentor.com/learn/cc/pointers/function-that-returns-the-average-of-all-the-array-elements-except-for-the-final-element/#comments</comments> <pubDate>Tue, 31 Aug 2010 22:52:27 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Pointers]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10754</guid> <description>/* (Version 1) The array version of the function */ &amp;#160; float average&amp;#40;int m&amp;#91;&amp;#93;&amp;#41;&amp;#123; int total=0,i; float avg; for&amp;#40;i=0;m&amp;#91;i&amp;#93;;i++&amp;#41; total+=m&amp;#91;i&amp;#93;; avg=&amp;#40;float&amp;#41;&amp;#40;total&amp;#41;/i; return avg; &amp;#125; /*&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/pointers/function-that-returns-the-average-of-all-the-array-elements-except-for-the-final-element/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/FHNKUL8k08w" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/pointers/function-that-returns-the-average-of-all-the-array-elements-except-for-the-final-element/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/pointers/function-that-returns-the-average-of-all-the-array-elements-except-for-the-final-element/</feedburner:origLink></item> <item><title>Re-arranging strings using a two dimensional array in C</title><link>http://feedproxy.google.com/~r/w3mentor/~3/OHTddRqO3Go/</link> <comments>http://w3mentor.com/learn/cc/arrays-cc/re-arranging-strings-using-a-two-dimensional-array-in-c/#comments</comments> <pubDate>Tue, 31 Aug 2010 22:50:10 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Arrays]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10752</guid> <description>The program takes a list of strings and re-arranging them into either alphabetical or reverse alphabetical order. &amp;#160; #include &amp;#60;stdio.h&amp;#62; #include &amp;#60;string.h&amp;#62; &amp;#160; void reorder&amp;#40;int&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/arrays-cc/re-arranging-strings-using-a-two-dimensional-array-in-c/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/OHTddRqO3Go" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/arrays-cc/re-arranging-strings-using-a-two-dimensional-array-in-c/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/arrays-cc/re-arranging-strings-using-a-two-dimensional-array-in-c/</feedburner:origLink></item> <item><title>strcpy and strncpy in C</title><link>http://feedproxy.google.com/~r/w3mentor/~3/yLsT1MRfHcU/</link> <comments>http://w3mentor.com/learn/cc/arrays-cc/strcpy-and-strncpy-in-c/#comments</comments> <pubDate>Tue, 31 Aug 2010 22:48:52 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Arrays]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10750</guid> <description>#include &amp;#60;stdio.h&amp;#62; #include &amp;#60;string.h&amp;#62; &amp;#160; int main&amp;#40;&amp;#41;&amp;#123; char s1&amp;#91;80&amp;#93;,s2&amp;#91;10&amp;#93;; int n; &amp;#160; printf&amp;#40;&amp;#34;Enter two strings : &amp;#34;&amp;#41;; scanf&amp;#40;&amp;#34;%s%s&amp;#34;,s1,s2&amp;#41;; &amp;#160; strcpy&amp;#40;s1,s2&amp;#41;; printf&amp;#40;&amp;#34;nString created by strcpy is&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/arrays-cc/strcpy-and-strncpy-in-c/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/yLsT1MRfHcU" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/arrays-cc/strcpy-and-strncpy-in-c/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/arrays-cc/strcpy-and-strncpy-in-c/</feedburner:origLink></item> <item><title>Example program using strcat and strncat in C</title><link>http://feedproxy.google.com/~r/w3mentor/~3/s3rBEj0mrOI/</link> <comments>http://w3mentor.com/learn/cc/arrays-cc/example-program-using-strcat-and-strncat-in-c/#comments</comments> <pubDate>Tue, 31 Aug 2010 22:48:17 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Arrays]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10748</guid> <description>#include &amp;#60;stdio.h&amp;#62; #include &amp;#60;string.h&amp;#62; &amp;#160; int main&amp;#40;&amp;#41; &amp;#123; char s1&amp;#91;80&amp;#93;,s2&amp;#91;10&amp;#93;; int n; &amp;#160; printf&amp;#40;&amp;#34;Enter two strings : &amp;#34;&amp;#41;; scanf&amp;#40;&amp;#34;%s%s&amp;#34;,s1,s2&amp;#41;; &amp;#160; strcat&amp;#40;s1,s2&amp;#41;; printf&amp;#40;&amp;#34;nString built by strcat&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/arrays-cc/example-program-using-strcat-and-strncat-in-c/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/s3rBEj0mrOI" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/arrays-cc/example-program-using-strcat-and-strncat-in-c/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/arrays-cc/example-program-using-strcat-and-strncat-in-c/</feedburner:origLink></item> <item><title>Using strncmp in C language</title><link>http://feedproxy.google.com/~r/w3mentor/~3/VAHugc3K8Lc/</link> <comments>http://w3mentor.com/learn/cc/arrays-cc/using-strncmp-in-c-language/#comments</comments> <pubDate>Tue, 31 Aug 2010 22:47:31 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Arrays]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10746</guid> <description>The function strncmp has three arguments. The first two arguments are two strings. The third is an integer that specifies the number of characters to&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/arrays-cc/using-strncmp-in-c-language/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/VAHugc3K8Lc" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/arrays-cc/using-strncmp-in-c-language/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/arrays-cc/using-strncmp-in-c-language/</feedburner:origLink></item> <item><title>Illustrate the use of the strcmp function in C</title><link>http://feedproxy.google.com/~r/w3mentor/~3/kFFT3iFVK-g/</link> <comments>http://w3mentor.com/learn/cc/arrays-cc/illustrate-the-use-of-the-strcmp-function-in-c/#comments</comments> <pubDate>Tue, 31 Aug 2010 22:43:00 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Arrays]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10744</guid> <description>The strcmp function takes two string arguments. Let us call these arguments s1 and s2, respectively. An integer is returned that is less than, equal&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/arrays-cc/illustrate-the-use-of-the-strcmp-function-in-c/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/kFFT3iFVK-g" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/arrays-cc/illustrate-the-use-of-the-strcmp-function-in-c/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/arrays-cc/illustrate-the-use-of-the-strcmp-function-in-c/</feedburner:origLink></item> <item><title>Use strlen to find out the length of a string in C</title><link>http://feedproxy.google.com/~r/w3mentor/~3/RqBWZEM0OtY/</link> <comments>http://w3mentor.com/learn/cc/arrays-cc/use-strlen-to-find-out-the-length-of-a-string-in-c/#comments</comments> <pubDate>Tue, 31 Aug 2010 22:41:57 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Arrays]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10742</guid> <description>#include &amp;#60;stdio.h&amp;#62; #include &amp;#60;string.h&amp;#62; &amp;#160; int main&amp;#40;&amp;#41; &amp;#123; char text &amp;#91;80&amp;#93;; int length; &amp;#160; printf&amp;#40;&amp;#34;Enter a string : &amp;#34;&amp;#41;; scanf&amp;#40;&amp;#34;%s&amp;#34;,text&amp;#41;; length=strlen&amp;#40;text&amp;#41;; printf&amp;#40;&amp;#34;nThe length of the&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/arrays-cc/use-strlen-to-find-out-the-length-of-a-string-in-c/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/RqBWZEM0OtY" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/arrays-cc/use-strlen-to-find-out-the-length-of-a-string-in-c/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/arrays-cc/use-strlen-to-find-out-the-length-of-a-string-in-c/</feedburner:origLink></item> <item><title>Example program which uses sscanf and sprintf functions in C</title><link>http://feedproxy.google.com/~r/w3mentor/~3/wrotR1pLNpQ/</link> <comments>http://w3mentor.com/learn/cc/arrays-cc/example-program-which-uses-sscanf-and-sprintf-functions-in-c/#comments</comments> <pubDate>Tue, 31 Aug 2010 22:40:56 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Arrays]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10740</guid> <description>#include &amp;#60;stdio.h&amp;#62; &amp;#160; int main&amp;#40;&amp;#41; &amp;#123; char s2&amp;#91;130&amp;#93;; &amp;#160; int i, j; printf&amp;#40;&amp;#34;Enter two numbers : n&amp;#34;&amp;#41;; gets&amp;#40;s2&amp;#41;; sscanf&amp;#40;s2,&amp;#34;%d%d&amp;#34;,&amp;#38;i,&amp;#38;j&amp;#41;; printf&amp;#40;&amp;#34;nThe values are : %d and&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/arrays-cc/example-program-which-uses-sscanf-and-sprintf-functions-in-c/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/wrotR1pLNpQ" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/arrays-cc/example-program-which-uses-sscanf-and-sprintf-functions-in-c/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/arrays-cc/example-program-which-uses-sscanf-and-sprintf-functions-in-c/</feedburner:origLink></item> <item><title>Separate each word from the input in C</title><link>http://feedproxy.google.com/~r/w3mentor/~3/Mx6xQk0ZjVg/</link> <comments>http://w3mentor.com/learn/cc/arrays-cc/separate-each-word-from-the-input-in-c/#comments</comments> <pubDate>Tue, 31 Aug 2010 22:39:58 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Arrays]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10738</guid> <description>#include &amp;#60;stdio.h&amp;#62; &amp;#160; int main&amp;#40;&amp;#41; &amp;#123; char line&amp;#91;80&amp;#93;; int i; &amp;#160; puts&amp;#40;&amp;#34;Enter a line:&amp;#34;&amp;#41;; gets&amp;#40;line&amp;#41;; puts&amp;#40;&amp;#34;Line is : &amp;#34;&amp;#41;; puts&amp;#40;line&amp;#41;; for&amp;#40;i=0;line&amp;#91;i&amp;#93;!='';i++&amp;#41; if&amp;#40;line&amp;#91;i&amp;#93;!=' '&amp;#41; putchar&amp;#40;line&amp;#91;i&amp;#93;&amp;#41;; else&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/arrays-cc/separate-each-word-from-the-input-in-c/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/Mx6xQk0ZjVg" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/arrays-cc/separate-each-word-from-the-input-in-c/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/arrays-cc/separate-each-word-from-the-input-in-c/</feedburner:origLink></item> <item><title>Illustrating gets and puts functions in C</title><link>http://feedproxy.google.com/~r/w3mentor/~3/nMG6-YLbDY4/</link> <comments>http://w3mentor.com/learn/cc/arrays-cc/illustrating-gets-and-puts-functions-in-c/#comments</comments> <pubDate>Tue, 31 Aug 2010 22:39:11 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Arrays]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10736</guid> <description>#include &amp;#60;stdio.h&amp;#62; &amp;#160; int main&amp;#40;&amp;#41; &amp;#123; &amp;#160; char s1&amp;#91;80&amp;#93;; int outcome; &amp;#160; printf&amp;#40;&amp;#34;Enter a string : &amp;#34;&amp;#41;; gets&amp;#40;s1&amp;#41;; printf&amp;#40;&amp;#34;The string is %sn&amp;#34;,s1&amp;#41;; printf&amp;#40;&amp;#34;Using puts(): &amp;#34;,s1&amp;#41;;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/arrays-cc/illustrating-gets-and-puts-functions-in-c/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/nMG6-YLbDY4" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/arrays-cc/illustrating-gets-and-puts-functions-in-c/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/arrays-cc/illustrating-gets-and-puts-functions-in-c/</feedburner:origLink></item> <item><title>Program to reverse an input string and print the ASCII sum of the characters comprising the string</title><link>http://feedproxy.google.com/~r/w3mentor/~3/rAN9Y_RW10o/</link> <comments>http://w3mentor.com/learn/cc/arrays-cc/program-to-reverse-an-input-string-and-print-the-ascii-sum-of-the-characters-comprising-the-string/#comments</comments> <pubDate>Tue, 31 Aug 2010 22:38:16 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Arrays]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10733</guid> <description>#include &amp;#60;stdio.h&amp;#62; &amp;#160; int main&amp;#40;&amp;#41; &amp;#123; const int MaxLine=100; // Sets the limit of characters in string char Line&amp;#91;MaxLine&amp;#93;; int i,Sum=0,ch; &amp;#160; /*Read in the&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/arrays-cc/program-to-reverse-an-input-string-and-print-the-ascii-sum-of-the-characters-comprising-the-string/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/rAN9Y_RW10o" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/arrays-cc/program-to-reverse-an-input-string-and-print-the-ascii-sum-of-the-characters-comprising-the-string/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/arrays-cc/program-to-reverse-an-input-string-and-print-the-ascii-sum-of-the-characters-comprising-the-string/</feedburner:origLink></item> <item><title>Program to print the elements of a 2-D array in Row major and Column major orders</title><link>http://feedproxy.google.com/~r/w3mentor/~3/GmqWNQxDe7k/</link> <comments>http://w3mentor.com/learn/cc/arrays-cc/program-to-print-the-elements-of-a-2-d-array-in-row-major-and-column-major-orders/#comments</comments> <pubDate>Tue, 31 Aug 2010 22:37:20 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Arrays]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10731</guid> <description>&amp;#160; #include &amp;#60;stdio.h&amp;#62; &amp;#160; int main&amp;#40;&amp;#41; &amp;#123; int Temp&amp;#91;3&amp;#93;&amp;#91;2&amp;#93;; int i, j; &amp;#160; /*Read in the values for the array Temp*/ printf&amp;#40;&amp;#34;nEnter the elements of&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/arrays-cc/program-to-print-the-elements-of-a-2-d-array-in-row-major-and-column-major-orders/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/GmqWNQxDe7k" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/arrays-cc/program-to-print-the-elements-of-a-2-d-array-in-row-major-and-column-major-orders/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/arrays-cc/program-to-print-the-elements-of-a-2-d-array-in-row-major-and-column-major-orders/</feedburner:origLink></item> <item><title>Program to multiply two matrices in C</title><link>http://feedproxy.google.com/~r/w3mentor/~3/xRn3KQsY2_M/</link> <comments>http://w3mentor.com/learn/cc/arrays-cc/program-to-multiply-two-matrices-in-c/#comments</comments> <pubDate>Tue, 31 Aug 2010 22:36:28 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Arrays]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10729</guid> <description>#include &amp;#60;stdio.h&amp;#62; &amp;#160; int main&amp;#40;&amp;#41; &amp;#123; const int M=3; // M=no of rows of A and no of rows of C const int N=2; //&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/arrays-cc/program-to-multiply-two-matrices-in-c/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/xRn3KQsY2_M" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/arrays-cc/program-to-multiply-two-matrices-in-c/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/arrays-cc/program-to-multiply-two-matrices-in-c/</feedburner:origLink></item> <item><title>Program to add two matrices using functions in C</title><link>http://feedproxy.google.com/~r/w3mentor/~3/RlzU3yk3olE/</link> <comments>http://w3mentor.com/learn/cc/arrays-cc/program-to-add-two-matrices-using-functions-in-c/#comments</comments> <pubDate>Tue, 31 Aug 2010 22:35:49 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Arrays]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10727</guid> <description>#include &amp;#60;stdio.h&amp;#62; &amp;#160; int main&amp;#40;&amp;#41; &amp;#123; const int M=3,N=3; // M holds no of rows, N holds no of cols int c&amp;#91;M&amp;#93;&amp;#91;N&amp;#93;,d&amp;#91;M&amp;#93;&amp;#91;N&amp;#93;,e&amp;#91;M&amp;#93;&amp;#91;N&amp;#93;; int i, j;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/arrays-cc/program-to-add-two-matrices-using-functions-in-c/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/RlzU3yk3olE" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/arrays-cc/program-to-add-two-matrices-using-functions-in-c/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/arrays-cc/program-to-add-two-matrices-using-functions-in-c/</feedburner:origLink></item> <item><title>Program to add two matrices in C</title><link>http://feedproxy.google.com/~r/w3mentor/~3/yd1FDT7_DH0/</link> <comments>http://w3mentor.com/learn/cc/arrays-cc/program-to-add-two-matrices-in-c/#comments</comments> <pubDate>Tue, 31 Aug 2010 22:34:59 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Arrays]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10725</guid> <description>#include &amp;#60;stdio.h&amp;#62; &amp;#160; int main&amp;#40;&amp;#41; &amp;#123; const int M=3,N=3; // M holds no of rows, N holds no of cols int c&amp;#91;M&amp;#93;&amp;#91;N&amp;#93;,d&amp;#91;M&amp;#93;&amp;#91;N&amp;#93;,e&amp;#91;M&amp;#93;&amp;#91;N&amp;#93;; int i, j;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/arrays-cc/program-to-add-two-matrices-in-c/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/yd1FDT7_DH0" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/arrays-cc/program-to-add-two-matrices-in-c/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/arrays-cc/program-to-add-two-matrices-in-c/</feedburner:origLink></item> <item><title>Illustrate the use of 2-D arrays in C</title><link>http://feedproxy.google.com/~r/w3mentor/~3/SKiQ1hdId0M/</link> <comments>http://w3mentor.com/learn/cc/arrays-cc/illustrate-the-use-of-2-d-arrays-in-c/#comments</comments> <pubDate>Tue, 31 Aug 2010 22:34:15 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Arrays]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10723</guid> <description>A program that fills a two-dimensional array, prints out values, and sums up the elements of the array. #include &amp;#60;stdio.h&amp;#62; &amp;#160; int main&amp;#40;&amp;#41; &amp;#123; const&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/arrays-cc/illustrate-the-use-of-2-d-arrays-in-c/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/SKiQ1hdId0M" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/arrays-cc/illustrate-the-use-of-2-d-arrays-in-c/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/arrays-cc/illustrate-the-use-of-2-d-arrays-in-c/</feedburner:origLink></item> <item><title>Illustrate the use of 1-D arrays in C</title><link>http://feedproxy.google.com/~r/w3mentor/~3/XHp6qWo74y4/</link> <comments>http://w3mentor.com/learn/cc/arrays-cc/illustrate-the-use-of-1-d-arrays-in-c/#comments</comments> <pubDate>Tue, 31 Aug 2010 22:32:36 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Arrays]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10719</guid> <description>Fill an array, print out values and sum the elements of the array. #include &amp;#60;stdio.h&amp;#62; &amp;#160; int main&amp;#40;&amp;#41; &amp;#123; int a&amp;#91;6&amp;#93;; // Space for a[0],a[1],&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/arrays-cc/illustrate-the-use-of-1-d-arrays-in-c/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/XHp6qWo74y4" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/arrays-cc/illustrate-the-use-of-1-d-arrays-in-c/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/arrays-cc/illustrate-the-use-of-1-d-arrays-in-c/</feedburner:origLink></item> <item><title>A recursive solution to the towers of Hanoi problem in C</title><link>http://feedproxy.google.com/~r/w3mentor/~3/tK31jcZP3no/</link> <comments>http://w3mentor.com/learn/cc/functions-recursion/a-recursive-solution-to-the-towers-of-hanoi-problem-in-c/#comments</comments> <pubDate>Tue, 31 Aug 2010 21:47:50 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Functions & Recursion]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10717</guid> <description>#include &amp;#60;stdio.h&amp;#62; &amp;#160; void Hanoi&amp;#40;int, char, char, char&amp;#41; &amp;#160; int main&amp;#40;&amp;#41; &amp;#123; char src,aux,dest; int n; &amp;#160; src='A'; aux='B'; dest='C'; &amp;#160; printf&amp;#40;&amp;#34;Enter the number of&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/functions-recursion/a-recursive-solution-to-the-towers-of-hanoi-problem-in-c/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/tK31jcZP3no" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/functions-recursion/a-recursive-solution-to-the-towers-of-hanoi-problem-in-c/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/functions-recursion/a-recursive-solution-to-the-towers-of-hanoi-problem-in-c/</feedburner:origLink></item> <item><title>Program to compute a specified Fibonacci number using recursion – modified</title><link>http://feedproxy.google.com/~r/w3mentor/~3/Q64n1uZrT_E/</link> <comments>http://w3mentor.com/learn/cc/functions-recursion/program-to-compute-a-specified-fibonacci-number-using-recursion-modified/#comments</comments> <pubDate>Tue, 31 Aug 2010 21:46:45 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Functions & Recursion]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10715</guid> <description>#include &amp;#60;stdio.h&amp;#62; long ncalls=0; &amp;#160; long fib&amp;#40;int&amp;#41;; &amp;#160; int main&amp;#40;&amp;#41; &amp;#123; int n; &amp;#160; printf&amp;#40;&amp;#34;Enter the value : &amp;#34;&amp;#41;; scanf&amp;#40;&amp;#34;%d&amp;#34;,&amp;#38;n&amp;#41;; printf&amp;#40;&amp;#34;nFib(%d) = %ld.&amp;#34;,n,fib&amp;#40;n&amp;#41;&amp;#41;; printf&amp;#40;&amp;#34;nNo of&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/functions-recursion/program-to-compute-a-specified-fibonacci-number-using-recursion-modified/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/Q64n1uZrT_E" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/functions-recursion/program-to-compute-a-specified-fibonacci-number-using-recursion-modified/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/functions-recursion/program-to-compute-a-specified-fibonacci-number-using-recursion-modified/</feedburner:origLink></item> <item><title>Program to compute a specified Fibonacci number using recursion in C</title><link>http://feedproxy.google.com/~r/w3mentor/~3/cj0ad9DUywE/</link> <comments>http://w3mentor.com/learn/cc/functions-recursion/program-to-compute-a-specified-fibonacci-number-using-recursion-in-c/#comments</comments> <pubDate>Tue, 31 Aug 2010 21:45:33 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Functions & Recursion]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10713</guid> <description>#include &amp;#60;stdio.h&amp;#62; &amp;#160; int fib&amp;#40;int&amp;#41;; &amp;#160; int main&amp;#40;&amp;#41; &amp;#123; int n; &amp;#160; printf&amp;#40;&amp;#34;Enter the value : &amp;#34;&amp;#41;; scanf&amp;#40;&amp;#34;%d&amp;#34;,&amp;#38;n&amp;#41;; printf&amp;#40;&amp;#34;nFib(%d) = %dn&amp;#34;,n,fib&amp;#40;n&amp;#41;&amp;#41;; return 0; &amp;#125; &amp;#160;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/functions-recursion/program-to-compute-a-specified-fibonacci-number-using-recursion-in-c/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/cj0ad9DUywE" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/functions-recursion/program-to-compute-a-specified-fibonacci-number-using-recursion-in-c/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/functions-recursion/program-to-compute-a-specified-fibonacci-number-using-recursion-in-c/</feedburner:origLink></item> <item><title>Use of a recursive function to compute the GCD of two positive integers in C</title><link>http://feedproxy.google.com/~r/w3mentor/~3/r4Bnf7ZGw2k/</link> <comments>http://w3mentor.com/learn/cc/functions-recursion/use-of-a-recursive-function-to-compute-the-gcd-of-two-positive-integers-in-c/#comments</comments> <pubDate>Tue, 31 Aug 2010 21:44:40 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Functions & Recursion]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10711</guid> <description>#include &amp;#60;stdio.h&amp;#62; &amp;#160; int gcd&amp;#40;int,int&amp;#41;; &amp;#160; int main&amp;#40;&amp;#41; &amp;#123; int a,b; &amp;#160; printf&amp;#40;&amp;#34;Enter the values of a and b : &amp;#34;&amp;#41;; scanf&amp;#40;&amp;#34;%d%d&amp;#34;,&amp;#38;a,&amp;#38;b&amp;#41;; printf&amp;#40;&amp;#34;nGCD = %dn&amp;#34;,gcd&amp;#40;a,b&amp;#41;&amp;#41;;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/functions-recursion/use-of-a-recursive-function-to-compute-the-gcd-of-two-positive-integers-in-c/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/r4Bnf7ZGw2k" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/functions-recursion/use-of-a-recursive-function-to-compute-the-gcd-of-two-positive-integers-in-c/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/functions-recursion/use-of-a-recursive-function-to-compute-the-gcd-of-two-positive-integers-in-c/</feedburner:origLink></item> <item><title>Multiplication through repeated addition – recursive version</title><link>http://feedproxy.google.com/~r/w3mentor/~3/6HPSa7rBP6U/</link> <comments>http://w3mentor.com/learn/cc/functions-recursion/multiplication-through-repeated-addition-%e2%80%93-recursive-version/#comments</comments> <pubDate>Tue, 31 Aug 2010 21:43:56 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Functions & Recursion]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10709</guid> <description>#include &amp;#60;stdio.h&amp;#62; &amp;#160; int mul&amp;#40;int,int&amp;#41;; &amp;#160; int main&amp;#40;&amp;#41; &amp;#123; int a,b; &amp;#160; printf&amp;#40;&amp;#34;Enter the values of a and b : &amp;#34;&amp;#41;; scanf&amp;#40;&amp;#34;%d%d&amp;#34;,&amp;#38;a,&amp;#38;b&amp;#41;; printf&amp;#40;&amp;#34;nProduct = %dn&amp;#34;,mul&amp;#40;a,b&amp;#41;&amp;#41;;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/functions-recursion/multiplication-through-repeated-addition-%e2%80%93-recursive-version/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/6HPSa7rBP6U" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/functions-recursion/multiplication-through-repeated-addition-%e2%80%93-recursive-version/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/functions-recursion/multiplication-through-repeated-addition-%e2%80%93-recursive-version/</feedburner:origLink></item> <item><title>Displaying an input line backwards by recursion in C</title><link>http://feedproxy.google.com/~r/w3mentor/~3/O07JNJAB9u0/</link> <comments>http://w3mentor.com/learn/cc/functions-recursion/displaying-an-input-line-backwards-by-recursion-in-c/#comments</comments> <pubDate>Tue, 31 Aug 2010 21:43:20 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Functions & Recursion]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10707</guid> <description>#include &amp;#60;stdio.h&amp;#62; &amp;#160; void display&amp;#40;&amp;#41;; &amp;#160; int main&amp;#40;&amp;#41; &amp;#123; printf&amp;#40;&amp;#34;Input a line : &amp;#34;&amp;#41;; display&amp;#40;&amp;#41;; printf&amp;#40;&amp;#34;n&amp;#34;&amp;#41;; return 0; &amp;#125; &amp;#160; void display&amp;#40;&amp;#41; &amp;#123; char ch;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/functions-recursion/displaying-an-input-line-backwards-by-recursion-in-c/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/O07JNJAB9u0" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/functions-recursion/displaying-an-input-line-backwards-by-recursion-in-c/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/functions-recursion/displaying-an-input-line-backwards-by-recursion-in-c/</feedburner:origLink></item> <item><title>Recursive version of the sum of the first n integers in C</title><link>http://feedproxy.google.com/~r/w3mentor/~3/OYnw_iTZYtg/</link> <comments>http://w3mentor.com/learn/cc/functions-recursion/recursive-version-of-the-sum-of-the-first-n-integers-in-c/#comments</comments> <pubDate>Tue, 31 Aug 2010 21:42:42 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Functions & Recursion]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10705</guid> <description>#include &amp;#60;stdio.h&amp;#62; &amp;#160; int sum&amp;#40;int&amp;#41;; &amp;#160; int main&amp;#40;&amp;#41; &amp;#123; int s,n; &amp;#160; printf&amp;#40;&amp;#34;Enter the value of n: &amp;#34;&amp;#41;; scanf&amp;#40;&amp;#34;%d&amp;#34;,&amp;#38;n&amp;#41;; s=sum&amp;#40;n&amp;#41;; printf&amp;#40;&amp;#34;nSum of the first %d&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/functions-recursion/recursive-version-of-the-sum-of-the-first-n-integers-in-c/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/OYnw_iTZYtg" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/functions-recursion/recursive-version-of-the-sum-of-the-first-n-integers-in-c/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/functions-recursion/recursive-version-of-the-sum-of-the-first-n-integers-in-c/</feedburner:origLink></item> <item><title>Recursive version of factorial function in C</title><link>http://feedproxy.google.com/~r/w3mentor/~3/fMGCzvgWZxI/</link> <comments>http://w3mentor.com/learn/cc/functions-recursion/recursive-version-of-factorial-function-in-c/#comments</comments> <pubDate>Tue, 31 Aug 2010 21:42:03 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Functions & Recursion]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10703</guid> <description>&amp;#160; #include &amp;#60;stdio.h&amp;#62; &amp;#160; int fact&amp;#40;int&amp;#41;; int main&amp;#40;&amp;#41; &amp;#123; int y,n; &amp;#160; printf&amp;#40;&amp;#34;Enter the value of n: &amp;#34;&amp;#41;; scanf&amp;#40;&amp;#34;%d&amp;#34;,&amp;#38;n&amp;#41;; y=fact&amp;#40;n&amp;#41;; printf&amp;#40;&amp;#34;nFactorial of %d is %dn&amp;#34;,n,y&amp;#41;;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/functions-recursion/recursive-version-of-factorial-function-in-c/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/fMGCzvgWZxI" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/functions-recursion/recursive-version-of-factorial-function-in-c/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/functions-recursion/recursive-version-of-factorial-function-in-c/</feedburner:origLink></item> <item><title>Iterative (Non-recursive) version of factorial function in C</title><link>http://feedproxy.google.com/~r/w3mentor/~3/VSYESnigblE/</link> <comments>http://w3mentor.com/learn/cc/functions-recursion/iterative-non-recursive-version-of-factorial-function-in-c/#comments</comments> <pubDate>Tue, 31 Aug 2010 21:41:15 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Functions & Recursion]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10701</guid> <description>#include &amp;#60;stdio.h&amp;#62; &amp;#160; int fact&amp;#40;int&amp;#41;; int main&amp;#40;&amp;#41; &amp;#123; int y,n; &amp;#160; printf&amp;#40;&amp;#34;Enter the value of n: &amp;#34;&amp;#41;; scanf&amp;#40;&amp;#34;%d&amp;#34;,&amp;#38;n&amp;#41;; y=fact&amp;#40;n&amp;#41;; printf&amp;#40;&amp;#34;nFactorial of %d is %dn&amp;#34;,n,y&amp;#41;; return&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/functions-recursion/iterative-non-recursive-version-of-factorial-function-in-c/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/VSYESnigblE" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/functions-recursion/iterative-non-recursive-version-of-factorial-function-in-c/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/functions-recursion/iterative-non-recursive-version-of-factorial-function-in-c/</feedburner:origLink></item> <item><title>Sum of first n positive integers in C</title><link>http://feedproxy.google.com/~r/w3mentor/~3/Sra8tZjEewU/</link> <comments>http://w3mentor.com/learn/cc/functions-recursion/sum-of-first-n-positive-integers-in-c/#comments</comments> <pubDate>Tue, 31 Aug 2010 21:40:17 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Functions & Recursion]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10699</guid> <description>#include &amp;#60;stdio.h&amp;#62; &amp;#160; int sum&amp;#40;int&amp;#41;; &amp;#160; int main&amp;#40;&amp;#41; &amp;#123; int n=3,s; &amp;#160; printf&amp;#40;&amp;#34;%dn&amp;#34;,n&amp;#41;; //Prints 3 s=sum&amp;#40;n&amp;#41;; printf&amp;#40;&amp;#34;%dn&amp;#34;,n&amp;#41;; //Prints 3 printf&amp;#40;&amp;#34;%dn&amp;#34;,s&amp;#41;; //Prints 6 return 0; &amp;#160;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/functions-recursion/sum-of-first-n-positive-integers-in-c/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/Sra8tZjEewU" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/functions-recursion/sum-of-first-n-positive-integers-in-c/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/functions-recursion/sum-of-first-n-positive-integers-in-c/</feedburner:origLink></item> <item><title>Find the minimum of two integers in C</title><link>http://feedproxy.google.com/~r/w3mentor/~3/ThVhKjqSXeA/</link> <comments>http://w3mentor.com/learn/cc/functions-recursion/find-the-minimum-of-two-integers-in-c/#comments</comments> <pubDate>Tue, 31 Aug 2010 21:39:28 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Functions & Recursion]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10697</guid> <description>#include &amp;#60;stdio.h&amp;#62; &amp;#160; int min&amp;#40;int,int&amp;#41;; &amp;#160; int main&amp;#40;&amp;#41; &amp;#123; int a,b,c; &amp;#160; printf&amp;#40;&amp;#34;Enter two integers: &amp;#34;&amp;#41;; scanf&amp;#40;&amp;#34;%d%d&amp;#34;,&amp;#38;a,&amp;#38;b&amp;#41;; c=min&amp;#40;a,b&amp;#41;; printf&amp;#40;&amp;#34;n%d is the minimum of %d and&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/functions-recursion/find-the-minimum-of-two-integers-in-c/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/ThVhKjqSXeA" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/functions-recursion/find-the-minimum-of-two-integers-in-c/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/functions-recursion/find-the-minimum-of-two-integers-in-c/</feedburner:origLink></item> <item><title>Illustration of function prototypes in C</title><link>http://feedproxy.google.com/~r/w3mentor/~3/egSnEytJ9Ks/</link> <comments>http://w3mentor.com/learn/cc/functions-recursion/illustration-of-function-prototypes-in-c/#comments</comments> <pubDate>Tue, 31 Aug 2010 21:38:16 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Functions & Recursion]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10695</guid> <description>#include &amp;#60;stdio.h&amp;#62; &amp;#160; int main&amp;#40;&amp;#41; &amp;#123; int n; void message&amp;#40;int&amp;#41;; &amp;#160; printf&amp;#40;&amp;#34;Enter a positive integer: &amp;#34;&amp;#41;; scanf&amp;#40;&amp;#34;%d&amp;#34;,&amp;#38;n&amp;#41;; message&amp;#40;n&amp;#41;; return 0; &amp;#125; &amp;#160; void message&amp;#40;int k&amp;#41;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/functions-recursion/illustration-of-function-prototypes-in-c/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/egSnEytJ9Ks" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/functions-recursion/illustration-of-function-prototypes-in-c/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/functions-recursion/illustration-of-function-prototypes-in-c/</feedburner:origLink></item> <item><title>Program demonstrating function parameters</title><link>http://feedproxy.google.com/~r/w3mentor/~3/aRO7NW_IIk4/</link> <comments>http://w3mentor.com/learn/cc/functions-recursion/program-demonstrating-function-parameters/#comments</comments> <pubDate>Tue, 31 Aug 2010 21:36:30 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Functions & Recursion]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10693</guid> <description>&amp;#160; #include &amp;#60;stdio.h&amp;#62; &amp;#160; void message&amp;#40;int k&amp;#41; &amp;#123; while&amp;#40;k!=0&amp;#41; &amp;#123; printf&amp;#40;&amp;#34;Message for you:&amp;#34;&amp;#41;; printf&amp;#40;&amp;#34;Have a nice day!n&amp;#34;&amp;#41;; k--; &amp;#125; &amp;#125; &amp;#160; int main&amp;#40;&amp;#41; &amp;#123; int&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/functions-recursion/program-demonstrating-function-parameters/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/aRO7NW_IIk4" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/functions-recursion/program-demonstrating-function-parameters/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/functions-recursion/program-demonstrating-function-parameters/</feedburner:origLink></item> <item><title>Program to analyze the working of functions</title><link>http://feedproxy.google.com/~r/w3mentor/~3/hC-9uT0hcFc/</link> <comments>http://w3mentor.com/learn/cc/functions-recursion/program-to-analyze-the-working-of-functions/#comments</comments> <pubDate>Tue, 31 Aug 2010 21:35:44 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Functions & Recursion]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10691</guid> <description>#include &amp;#60;stdio.h&amp;#62; &amp;#160; void message&amp;#40;&amp;#41; &amp;#123; printf&amp;#40;&amp;#34;Message for you:&amp;#34;&amp;#41;; printf&amp;#40;&amp;#34;Have a nice day!n&amp;#34;&amp;#41;; &amp;#125; &amp;#160; int main&amp;#40;&amp;#41; &amp;#123; message&amp;#40;&amp;#41;; return 0; &amp;#125; End Program&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/hC-9uT0hcFc" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/functions-recursion/program-to-analyze-the-working-of-functions/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/functions-recursion/program-to-analyze-the-working-of-functions/</feedburner:origLink></item> <item><title>C Program That Numbers the Lines of a Text File</title><link>http://feedproxy.google.com/~r/w3mentor/~3/yX3FmZF0YHo/</link> <comments>http://w3mentor.com/learn/cc/interview-questions-cc/c-program-that-numbers-the-lines-of-a-text-file/#comments</comments> <pubDate>Mon, 30 Aug 2010 23:46:06 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Interview Questions]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10689</guid> <description>II Create a listing of a file in which each line is numbered, and each // page has a heading showing the file name and&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/interview-questions-cc/c-program-that-numbers-the-lines-of-a-text-file/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/yX3FmZF0YHo" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/interview-questions-cc/c-program-that-numbers-the-lines-of-a-text-file/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/interview-questions-cc/c-program-that-numbers-the-lines-of-a-text-file/</feedburner:origLink></item> <item><title>Scale Image control using ScaleTransform in Silverlight</title><link>http://feedproxy.google.com/~r/w3mentor/~3/SIzgEhTqClk/</link> <comments>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/scale-image-control-using-scaletransform-in-silverlight/#comments</comments> <pubDate>Sun, 29 Aug 2010 22:36:31 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[.NET Silverlight]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10687</guid> <description>The following code scales Image control to twice the initial size: &amp;#60;Image Source=”image.jpg” Height=”200” Width=”300” RenderTransformOrigin=”0.5,0.5” &amp;#62; &amp;#60;Image.RenderTransform&amp;#62; &amp;#60;TransformGroup&amp;#62; &amp;#60;ScaleTransform ScaleX=”2” ScaleY=”2”/&amp;#62; &amp;#60;SkewTransform/&amp;#62; &amp;#60;RotateTransform/&amp;#62; &amp;#60;TranslateTransform/&amp;#62;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/scale-image-control-using-scaletransform-in-silverlight/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/SIzgEhTqClk" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/scale-image-control-using-scaletransform-in-silverlight/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/scale-image-control-using-scaletransform-in-silverlight/</feedburner:origLink></item> <item><title>How to place a border around several Button controls contained in a StackPanel</title><link>http://feedproxy.google.com/~r/w3mentor/~3/sTp_VwSXw6k/</link> <comments>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/how-to-place-a-border-around-several-button-controls-contained-in-a-stackpanel/#comments</comments> <pubDate>Sun, 29 Aug 2010 19:54:46 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[.NET Silverlight]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10684</guid> <description>Border controls can contain only one child element; however, you can encase several controls in a container element such as a StackPanel control. &amp;#60;Border BorderThickness=”5”&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/how-to-place-a-border-around-several-button-controls-contained-in-a-stackpanel/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/sTp_VwSXw6k" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/how-to-place-a-border-around-several-button-controls-contained-in-a-stackpanel/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/how-to-place-a-border-around-several-button-controls-contained-in-a-stackpanel/</feedburner:origLink></item> <item><title>Border control in Silverlight</title><link>http://feedproxy.google.com/~r/w3mentor/~3/7PnuEIjWqS4/</link> <comments>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/border-control-in-silverlight/#comments</comments> <pubDate>Sun, 29 Aug 2010 19:52:20 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[.NET Silverlight]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10682</guid> <description>The following code defines a border around a single Button control setting the BorderThickness and BorderBrush properties. &amp;#60;Border BorderThickness=”5” BorderBrush=”Blue” Background=”LightGray” Height=”100” Width=”250”&amp;#62; &amp;#60;Button Content=”Bordered&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/border-control-in-silverlight/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/7PnuEIjWqS4" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/border-control-in-silverlight/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/border-control-in-silverlight/</feedburner:origLink></item> <item><title>Using a stackpanel control in Silverlight XAML</title><link>http://feedproxy.google.com/~r/w3mentor/~3/KbigKKWyTZI/</link> <comments>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/using-a-stackpanel-control-in-silverlight-xaml/#comments</comments> <pubDate>Sun, 29 Aug 2010 19:50:03 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[.NET Silverlight]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10680</guid> <description>The StackPanel control is a container control that allows you to add child controls similar to the Canvas and Grid controls. The StackPanel automatically lays&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/using-a-stackpanel-control-in-silverlight-xaml/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/KbigKKWyTZI" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/using-a-stackpanel-control-in-silverlight-xaml/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/using-a-stackpanel-control-in-silverlight-xaml/</feedburner:origLink></item> <item><title>Example of Alignment and Margin Settings in Silverlight Controls</title><link>http://feedproxy.google.com/~r/w3mentor/~3/z7vDat-yz8g/</link> <comments>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/example-of-alignment-and-margin-settings-in-silverlight-controls/#comments</comments> <pubDate>Sat, 28 Aug 2010 16:01:05 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[.NET Silverlight]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10677</guid> <description>Three images are aligned diagonally on the layout in the example shown below. &amp;#60;Grid x:Name=”LayoutRoot” Background=”White”&amp;#62; &amp;#60;Image Source=”image.jpg” Height=”100” Width=”150” VerticalAlignment=”Top” HorizontalAlignment=”Left” Margin=”5,15,0,0”/&amp;#62; &amp;#60;Image Source=”image2.jpg”&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/example-of-alignment-and-margin-settings-in-silverlight-controls/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/z7vDat-yz8g" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/example-of-alignment-and-margin-settings-in-silverlight-controls/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/example-of-alignment-and-margin-settings-in-silverlight-controls/</feedburner:origLink></item> <item><title>Implementing a Grid to Set the Layout of Silverlight Controls</title><link>http://feedproxy.google.com/~r/w3mentor/~3/66Pcv2ybJ2M/</link> <comments>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/implementing-a-grid-to-set-the-layout-of-silverlight-controls/#comments</comments> <pubDate>Sat, 28 Aug 2010 15:58:25 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[.NET Silverlight]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10675</guid> <description>The root Grid control contains definitions for three rows and three columns. The example below implements a Canvas control with a black background that spans&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/implementing-a-grid-to-set-the-layout-of-silverlight-controls/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/66Pcv2ybJ2M" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/implementing-a-grid-to-set-the-layout-of-silverlight-controls/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/implementing-a-grid-to-set-the-layout-of-silverlight-controls/</feedburner:origLink></item> <item><title>Span two rows and two columns with an Image control in silverlight</title><link>http://feedproxy.google.com/~r/w3mentor/~3/KMCMMlMwymA/</link> <comments>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/span-two-rows-and-two-columns-with-an-image-control-in-silverlight/#comments</comments> <pubDate>Sat, 28 Aug 2010 15:39:40 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[.NET Silverlight]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10673</guid> <description>To set a Silverlight control to span multiple rows, set the Grid.RowSpan property to the number of rows that will be spanned. &amp;#60;Image Source=”image.jpg” Grid.Row=”1”&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/span-two-rows-and-two-columns-with-an-image-control-in-silverlight/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/KMCMMlMwymA" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/span-two-rows-and-two-columns-with-an-image-control-in-silverlight/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/span-two-rows-and-two-columns-with-an-image-control-in-silverlight/</feedburner:origLink></item> <item><title>Define a Grid control with two rows and three columns in silverlight</title><link>http://feedproxy.google.com/~r/w3mentor/~3/Bby9Hmh4V2k/</link> <comments>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/define-a-grid-control-with-two-rows-and-three-columns-in-silverlight/#comments</comments> <pubDate>Sat, 28 Aug 2010 15:37:11 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[.NET Silverlight]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10670</guid> <description>The Grid control allows you to lay out your Silverlight controls into a series of rows and columns. &amp;#60;Grid Height=”400”, Width=”400”&amp;#62; &amp;#60;Grid.RowDefinitions&amp;#62; &amp;#60;RowDefinition Height=”50”/&amp;#62; &amp;#60;RowDefinition/&amp;#62;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/define-a-grid-control-with-two-rows-and-three-columns-in-silverlight/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/Bby9Hmh4V2k" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/define-a-grid-control-with-two-rows-and-three-columns-in-silverlight/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/define-a-grid-control-with-two-rows-and-three-columns-in-silverlight/</feedburner:origLink></item> <item><title>Nested Canvas Controls Implementing the Layout of Silverlight Controls</title><link>http://feedproxy.google.com/~r/w3mentor/~3/b-kpgXYcxHI/</link> <comments>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/nested-canvas-controls-implementing-the-layout-of-silverlight-controls/#comments</comments> <pubDate>Sat, 28 Aug 2010 15:35:16 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[.NET Silverlight]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10668</guid> <description>&amp;#60;Canvas x:Name=”LayoutRoot” Background=”White”&amp;#62; &amp;#60;Canvas Height=”50” Width=”400” Background=”Black”&amp;#62; &amp;#60;TextBlock Text=”My Log” Foreground=”White” Canvas.Left=”20” FontSize=”24” /&amp;#62; &amp;#60;/Canvas&amp;#62; &amp;#60;Canvas Canvas.Top=”50” Height=”250” Width=”400” Background=”#eeeeee”&amp;#62; &amp;#60;TextBlock Text=”Add an Entry” Canvas.Top=”30”&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/nested-canvas-controls-implementing-the-layout-of-silverlight-controls/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/b-kpgXYcxHI" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/nested-canvas-controls-implementing-the-layout-of-silverlight-controls/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/nested-canvas-controls-implementing-the-layout-of-silverlight-controls/</feedburner:origLink></item> <item><title>Example of Canvas.ZIndex in silverlight</title><link>http://feedproxy.google.com/~r/w3mentor/~3/3EHi9oJ0BpU/</link> <comments>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/example-of-canvas-zindex-in-silverlight/#comments</comments> <pubDate>Sat, 28 Aug 2010 15:06:33 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[.NET Silverlight]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10666</guid> <description>The Canvas.ZIndex is based on a number starting with 0 being the farthest back. For example, in the following code, the first Image control appears&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/example-of-canvas-zindex-in-silverlight/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/3EHi9oJ0BpU" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/example-of-canvas-zindex-in-silverlight/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/example-of-canvas-zindex-in-silverlight/</feedburner:origLink></item> <item><title>Set the position of a textblock in silverlight canvas control</title><link>http://feedproxy.google.com/~r/w3mentor/~3/FffTPHdPpls/</link> <comments>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/set-the-position-of-a-textblock-in-silverlight-canvas-control/#comments</comments> <pubDate>Sat, 28 Aug 2010 15:05:46 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[.NET Silverlight]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10664</guid> <description>The Canvas control allows you to group several Silverlight controls into a single group of elements. The position of the child controls in a Canvas&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/set-the-position-of-a-textblock-in-silverlight-canvas-control/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/FffTPHdPpls" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/set-the-position-of-a-textblock-in-silverlight-canvas-control/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/set-the-position-of-a-textblock-in-silverlight-canvas-control/</feedburner:origLink></item> <item><title>Define a basic ToggleButton control in Silverlight</title><link>http://feedproxy.google.com/~r/w3mentor/~3/VJWhVuKQO1A/</link> <comments>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/define-a-basic-togglebutton-control-in-silverlight/#comments</comments> <pubDate>Sat, 28 Aug 2010 15:04:42 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[.NET Silverlight]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10662</guid> <description>When the user clicks on a ToggleButton control and releases the mouse, the ToggleButton stays in a pressed state. This allows you to implement button&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/define-a-basic-togglebutton-control-in-silverlight/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/VJWhVuKQO1A" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/define-a-basic-togglebutton-control-in-silverlight/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/define-a-basic-togglebutton-control-in-silverlight/</feedburner:origLink></item> <item><title>Silverlight TextBox with FontFamily, FontSize, and TextAlignment properties</title><link>http://feedproxy.google.com/~r/w3mentor/~3/xMpKM09XTQ8/</link> <comments>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/silverlight-textbox-with-fontfamily-fontsize-and-textalignment-properties/#comments</comments> <pubDate>Sat, 28 Aug 2010 14:48:41 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[.NET Silverlight]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10656</guid> <description>The following code defines a TextBox and sets the FontFamily, FontSize, and TextAlignment properties. &amp;#60;TextBox Text=”Your Input” Background=”LightGray” BorderBrush=”DarkGray” BorderThickness=”2” TextAlignment=”Center” FontFamily=”Georgia” FontSize=”20” Height=”30” Width=”200”&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/silverlight-textbox-with-fontfamily-fontsize-and-textalignment-properties/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/xMpKM09XTQ8" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/silverlight-textbox-with-fontfamily-fontsize-and-textalignment-properties/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/silverlight-textbox-with-fontfamily-fontsize-and-textalignment-properties/</feedburner:origLink></item> <item><title>Silverlight textblock with run elements</title><link>http://feedproxy.google.com/~r/w3mentor/~3/scfvAaL35J0/</link> <comments>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/silverlight-textblock-with-run-elements/#comments</comments> <pubDate>Sat, 28 Aug 2010 14:47:16 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[.NET Silverlight]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10654</guid> <description>At times you may want to specify different properties for different sections of text in a single TextBlock. This can be done by using the&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/silverlight-textblock-with-run-elements/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/scfvAaL35J0" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/silverlight-textblock-with-run-elements/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/silverlight-textblock-with-run-elements/</feedburner:origLink></item> <item><title>Creating a Slider in silverlight</title><link>http://feedproxy.google.com/~r/w3mentor/~3/CiJtqi1oJLo/</link> <comments>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/creating-a-slider-in-silverlight/#comments</comments> <pubDate>Sat, 28 Aug 2010 14:43:30 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[.NET Silverlight]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10652</guid> <description>The slider can be set to be either vertical or horizontal by setting the Orientation property to Horizontal or Vertical. The size of the slider&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/creating-a-slider-in-silverlight/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/CiJtqi1oJLo" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/creating-a-slider-in-silverlight/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/creating-a-slider-in-silverlight/</feedburner:origLink></item> <item><title>Using scrollviewer control in silverlight</title><link>http://feedproxy.google.com/~r/w3mentor/~3/DeIZh_PY33E/</link> <comments>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/using-scrollviewer-control-in-silverlight/#comments</comments> <pubDate>Sat, 28 Aug 2010 14:41:12 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[.NET Silverlight]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10650</guid> <description>The ScrollViewer control implements a content area with a horizontal and/or vertical scroll bar.The content of a ScrollViewer is placed in the Content property. &amp;#60;ScrollViewer&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/using-scrollviewer-control-in-silverlight/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/DeIZh_PY33E" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/using-scrollviewer-control-in-silverlight/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/using-scrollviewer-control-in-silverlight/</feedburner:origLink></item> <item><title>Creating a scrollbar in silverlight</title><link>http://feedproxy.google.com/~r/w3mentor/~3/2MVbA2O_lK4/</link> <comments>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/creating-a-scrollbar-in-silverlight/#comments</comments> <pubDate>Sat, 28 Aug 2010 14:39:21 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[.NET Silverlight]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10648</guid> <description>A scroll bar can be created with the ScrollBar control. The ScrollBar control renders a typical scroll bar in the application that can be used&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/creating-a-scrollbar-in-silverlight/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/2MVbA2O_lK4" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/creating-a-scrollbar-in-silverlight/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/creating-a-scrollbar-in-silverlight/</feedburner:origLink></item> <item><title>Radiobutton control in Silverlight allowing users to input their own option</title><link>http://feedproxy.google.com/~r/w3mentor/~3/2tv_1tveQls/</link> <comments>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/radiobutton-control-in-silverlight-allowing-users-to-input-their-own-option/#comments</comments> <pubDate>Sat, 28 Aug 2010 14:37:41 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[.NET Silverlight]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10646</guid> <description>&amp;#60;RadioButton Height=”50” Width=”150” IsChecked=”True”&amp;#62; &amp;#60;RadioButton.Content&amp;#62; &amp;#60;TextBox Text=”Your Option” Height=”30” Width=”100” /&amp;#62; &amp;#60;/RadioButton.Content&amp;#62; &amp;#60;/RadioButton&amp;#62;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/2tv_1tveQls" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/radiobutton-control-in-silverlight-allowing-users-to-input-their-own-option/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/radiobutton-control-in-silverlight-allowing-users-to-input-their-own-option/</feedburner:origLink></item> <item><title>Playing a video file in Silverlight using MediaElement</title><link>http://feedproxy.google.com/~r/w3mentor/~3/PBCAa_c8MbQ/</link> <comments>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/playing-a-video-file-in-silverlight-using-mediaelement/#comments</comments> <pubDate>Wed, 25 Aug 2010 23:21:45 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[.NET Silverlight]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10644</guid> <description>The Height and Width properties allow you to set the size of the MediaElement control. Stretch property is similar to Image control. Set the AutoPlay&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/playing-a-video-file-in-silverlight-using-mediaelement/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/PBCAa_c8MbQ" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/playing-a-video-file-in-silverlight-using-mediaelement/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/playing-a-video-file-in-silverlight-using-mediaelement/</feedburner:origLink></item> <item><title>Define a StackPanel nesting an Image and TextBlock control inside the ListBoxItem in XAML</title><link>http://feedproxy.google.com/~r/w3mentor/~3/HS7luPpYNio/</link> <comments>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/define-a-stackpanel-nesting-an-image-and-textblock-control-inside-the-listboxitem-in-xaml/#comments</comments> <pubDate>Wed, 25 Aug 2010 23:19:29 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[.NET Silverlight]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10642</guid> <description>&amp;#60;ListBox Width=”200” Height=”120”&amp;#62; &amp;#60;ListBoxItem Height=”30” Content=”Jeeping”/&amp;#62; &amp;#60;ListBoxItem Height=”30”&amp;#62; &amp;#60;TextBlock Text=”Hiking”/&amp;#62; &amp;#60;/ListBoxItem&amp;#62; &amp;#60;ListBoxItem&amp;#62; &amp;#60;StackPanel Orientation=”Horizontal”&amp;#62; &amp;#60;Image Height=”30” Width=”50” Source=”i3.jpg” /&amp;#62; &amp;#60;TextBlock Text=”Desert Sunsets”/&amp;#62; &amp;#60;/StackPanel&amp;#62; &amp;#60;/ListBoxItem&amp;#62; &amp;#60;/ListBox&amp;#62;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/HS7luPpYNio" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/define-a-stackpanel-nesting-an-image-and-textblock-control-inside-the-listboxitem-in-xaml/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/define-a-stackpanel-nesting-an-image-and-textblock-control-inside-the-listboxitem-in-xaml/</feedburner:origLink></item> <item><title>Example declaration of Image in Silverlight XAML</title><link>http://feedproxy.google.com/~r/w3mentor/~3/uefGMnQy3Ho/</link> <comments>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/example-declaration-of-image-in-silverlight-xaml/#comments</comments> <pubDate>Wed, 25 Aug 2010 23:18:05 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[.NET Silverlight]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10640</guid> <description>The Height and Width properties allow you to set the size of the Image control and the Stretch property defines how the image file fills&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/example-declaration-of-image-in-silverlight-xaml/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/uefGMnQy3Ho" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/example-declaration-of-image-in-silverlight-xaml/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/example-declaration-of-image-in-silverlight-xaml/</feedburner:origLink></item> <item><title>Example of Silverlight HyperlinkButton controls in XAML</title><link>http://feedproxy.google.com/~r/w3mentor/~3/4UFfJQw874k/</link> <comments>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/example-of-silverlight-hyperlinkbutton-controls-in-xaml/#comments</comments> <pubDate>Wed, 25 Aug 2010 23:16:30 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[.NET Silverlight]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10638</guid> <description>We can set the NavigateUri property to any URI as shown below. &amp;#60;HyperlinkButton Content=”Silverlight Link” NavigateUri=”http://www.silverlight.net” Height=”50” Width=”150” FontSize=”20” Margin=”0,0,0,0”/&amp;#62; &amp;#60;HyperlinkButton Content=”MicroSoft Link” NavigateUri=”http://www.microsoft.com” Height=”50”&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/example-of-silverlight-hyperlinkbutton-controls-in-xaml/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/4UFfJQw874k" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/example-of-silverlight-hyperlinkbutton-controls-in-xaml/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/example-of-silverlight-hyperlinkbutton-controls-in-xaml/</feedburner:origLink></item> <item><title>Example of Silverlight CheckBox control with nested Image element</title><link>http://feedproxy.google.com/~r/w3mentor/~3/ybXMIqef9iA/</link> <comments>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/example-of-silverlight-checkbox-control-with-nested-image-element/#comments</comments> <pubDate>Wed, 25 Aug 2010 23:14:42 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[.NET Silverlight]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10636</guid> <description>The following is a CheckBox control with a nested Content property element that includes an Image element. &amp;#60;CheckBox Height=”50” Width=”100” IsChecked=”True”&amp;#62; &amp;#60;CheckBox.Content&amp;#62; &amp;#60;Image Source=”image.jpg” Height=”50”&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/example-of-silverlight-checkbox-control-with-nested-image-element/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/ybXMIqef9iA" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/example-of-silverlight-checkbox-control-with-nested-image-element/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/example-of-silverlight-checkbox-control-with-nested-image-element/</feedburner:origLink></item> <item><title>Example of the simple Calendar control in silverlight</title><link>http://feedproxy.google.com/~r/w3mentor/~3/cMnc7PcjHBc/</link> <comments>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/example-of-the-simple-calendar-control-in-silverlight/#comments</comments> <pubDate>Wed, 25 Aug 2010 23:13:01 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[.NET Silverlight]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10634</guid> <description>The Calendar control in Silverlight is used to render a calendar in the application that can be used to simply view dates, or it can&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/example-of-the-simple-calendar-control-in-silverlight/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/cMnc7PcjHBc" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/example-of-the-simple-calendar-control-in-silverlight/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/example-of-the-simple-calendar-control-in-silverlight/</feedburner:origLink></item> <item><title>Creating a Button in Silverlight XAML</title><link>http://feedproxy.google.com/~r/w3mentor/~3/oosAviYTJww/</link> <comments>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/creating-a-button-in-silverlight-xaml/#comments</comments> <pubDate>Wed, 25 Aug 2010 23:11:40 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[.NET Silverlight]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10632</guid> <description>&amp;#60;Button Content=”Click Me” Height=”50” Width=”150” FontFamily=”Trebuchet” FontSize=”24” FontWeight=”Bold” FontStyle=”Italic” Foreground=”Red” Background=”Blue”/&amp;#62;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/oosAviYTJww" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/creating-a-button-in-silverlight-xaml/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/creating-a-button-in-silverlight-xaml/</feedburner:origLink></item> <item><title>Example of UserControl statement defining control namespaces</title><link>http://feedproxy.google.com/~r/w3mentor/~3/mOKjDLwWn-s/</link> <comments>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/example-of-usercontrol-statement-defining-control-namespaces/#comments</comments> <pubDate>Wed, 25 Aug 2010 23:07:46 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[.NET Silverlight]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10629</guid> <description>&amp;#60;UserControl xmlns:prim=”clr-namespace:System.Windows.Controls. Primitives;assembly=System.Windows.Controls.Extended” xmlns:ex=”clr-namespace:System.Windows. Controls;assembly=System.Windows.Controls.Extended” x:Class=”SilverlightApplication1.Page” xmlns=”http://schemas.microsoft.com/winfx/2006/xaml/ presentation” xmlns:x=”http://schemas.microsoft.com/winfx/2006/xaml”&amp;#62;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/mOKjDLwWn-s" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/example-of-usercontrol-statement-defining-control-namespaces/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/example-of-usercontrol-statement-defining-control-namespaces/</feedburner:origLink></item> <item><title>Add the System.Windows. Controls namespace to silverlight project</title><link>http://feedproxy.google.com/~r/w3mentor/~3/HiMkpx9wMNo/</link> <comments>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/add-the-system-windows-controls-namespace-to-silverlight-project/#comments</comments> <pubDate>Wed, 25 Aug 2010 23:06:32 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[.NET Silverlight]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10627</guid> <description>To add the System.Windows.Controls namespace along with the presentation namespace, you could use the following lines of code: xmlns=”http://schemas.microsoft.com/winfx/2006/xaml/presentation” xmlns:ex=”clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls.Extended” To access an element in&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/add-the-system-windows-controls-namespace-to-silverlight-project/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/HiMkpx9wMNo" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/add-the-system-windows-controls-namespace-to-silverlight-project/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/asp-dot-net-c-sharp/net-silverlight/add-the-system-windows-controls-namespace-to-silverlight-project/</feedburner:origLink></item> <item><title>Write a program to demonstrate selection sort in C</title><link>http://feedproxy.google.com/~r/w3mentor/~3/5EIQAQqqswg/</link> <comments>http://w3mentor.com/learn/cc/interview-questions-cc/write-a-program-to-demonstrate-selection-sort-in-c/#comments</comments> <pubDate>Mon, 23 Aug 2010 23:42:13 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Interview Questions]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10623</guid> <description>#include&amp;#60;stdio.h&amp;#62; #include&amp;#60;stdlib.h&amp;#62; void selectsort&amp;#40;int sort&amp;#91;&amp;#93;,int len&amp;#41;; void main&amp;#40;&amp;#41; &amp;#123; int len,i=0; int sort&amp;#91;30&amp;#93;; printf&amp;#40;“n enter no&amp;#60;0 to stop&amp;#62;”&amp;#41;; scanf&amp;#40;“%d”,&amp;#38;sort&amp;#91;i&amp;#93;&amp;#41;; while&amp;#40;sort&amp;#91;i&amp;#93;!=0&amp;#41; &amp;#123;i++; printf&amp;#40;“n enter no&amp;#60;0 to&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/interview-questions-cc/write-a-program-to-demonstrate-selection-sort-in-c/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/5EIQAQqqswg" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/interview-questions-cc/write-a-program-to-demonstrate-selection-sort-in-c/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/interview-questions-cc/write-a-program-to-demonstrate-selection-sort-in-c/</feedburner:origLink></item> <item><title>Write a routine to delete element at n th position in a doubly linked List</title><link>http://feedproxy.google.com/~r/w3mentor/~3/8Iz4lSLKtWQ/</link> <comments>http://w3mentor.com/learn/cc/interview-questions-cc/write-a-routine-to-delete-element-at-n-th-position-in-a-doubly-linked-list/#comments</comments> <pubDate>Mon, 23 Aug 2010 23:36:31 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Interview Questions]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10621</guid> <description>struct doublellist &amp;#123; int data; struct doublellist *left; struct doublellist *right; &amp;#125;; typedef struct doublellist node; // deleting the node from a doubly linked list&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/interview-questions-cc/write-a-routine-to-delete-element-at-n-th-position-in-a-doubly-linked-list/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/8Iz4lSLKtWQ" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/interview-questions-cc/write-a-routine-to-delete-element-at-n-th-position-in-a-doubly-linked-list/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/interview-questions-cc/write-a-routine-to-delete-element-at-n-th-position-in-a-doubly-linked-list/</feedburner:origLink></item> <item><title>Write a routine to insert element at nth position in doubly linked List</title><link>http://feedproxy.google.com/~r/w3mentor/~3/qquNrpXVI0A/</link> <comments>http://w3mentor.com/learn/cc/interview-questions-cc/write-a-routine-to-insert-element-at-nth-position-in-doubly-linked-list/#comments</comments> <pubDate>Mon, 23 Aug 2010 23:32:32 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Interview Questions]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10619</guid> <description>struct doublellist &amp;#123; int data; struct doublellist *left; struct doublellist *right; &amp;#125;; typedef struct doublellist node; node *insert&amp;#40;int n,int val,node *list&amp;#41; &amp;#123; node *p,*temp; temp=list;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/interview-questions-cc/write-a-routine-to-insert-element-at-nth-position-in-doubly-linked-list/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/qquNrpXVI0A" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/interview-questions-cc/write-a-routine-to-insert-element-at-nth-position-in-doubly-linked-list/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/interview-questions-cc/write-a-routine-to-insert-element-at-nth-position-in-doubly-linked-list/</feedburner:origLink></item> <item><title>Write a ‘C’ program to using pointers to determine the length of a character string</title><link>http://feedproxy.google.com/~r/w3mentor/~3/MlN_LOpX-z4/</link> <comments>http://w3mentor.com/learn/cc/interview-questions-cc/write-a-%e2%80%98c%e2%80%99-program-to-using-pointers-to-determine-the-length-of-a-character-string/#comments</comments> <pubDate>Mon, 23 Aug 2010 23:27:41 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Interview Questions]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10617</guid> <description>#include&amp;#60;stdio.h&amp;#62; //function prototype declarations int length&amp;#40;char x&amp;#91;&amp;#93;&amp;#41;; void main&amp;#40;&amp;#41; &amp;#123; int ans; char x&amp;#91;20&amp;#93;; // dimension of string array x printf&amp;#40;“enter a string:”&amp;#41;; scanf&amp;#40;“%s”,x&amp;#41;; /*input&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/interview-questions-cc/write-a-%e2%80%98c%e2%80%99-program-to-using-pointers-to-determine-the-length-of-a-character-string/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/MlN_LOpX-z4" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/interview-questions-cc/write-a-%e2%80%98c%e2%80%99-program-to-using-pointers-to-determine-the-length-of-a-character-string/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/interview-questions-cc/write-a-%e2%80%98c%e2%80%99-program-to-using-pointers-to-determine-the-length-of-a-character-string/</feedburner:origLink></item> <item><title>Write a ‘C’ program to compute the sum of all elements stored in an array using pointers</title><link>http://feedproxy.google.com/~r/w3mentor/~3/2oRw5bZ0diA/</link> <comments>http://w3mentor.com/learn/cc/interview-questions-cc/write-a-%e2%80%98c%e2%80%99-program-to-compute-the-sum-of-all-elements-stored-in-an-array-using-pointers/#comments</comments> <pubDate>Mon, 23 Aug 2010 23:26:50 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Interview Questions]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10615</guid> <description>The usage of pointers in arrays gives us the advantage of Dynamic memory Management where the size of the array is decided by the program&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/interview-questions-cc/write-a-%e2%80%98c%e2%80%99-program-to-compute-the-sum-of-all-elements-stored-in-an-array-using-pointers/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/2oRw5bZ0diA" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/interview-questions-cc/write-a-%e2%80%98c%e2%80%99-program-to-compute-the-sum-of-all-elements-stored-in-an-array-using-pointers/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/interview-questions-cc/write-a-%e2%80%98c%e2%80%99-program-to-compute-the-sum-of-all-elements-stored-in-an-array-using-pointers/</feedburner:origLink></item> <item><title>What is a union in C</title><link>http://feedproxy.google.com/~r/w3mentor/~3/5BvMLEDDlY8/</link> <comments>http://w3mentor.com/learn/cc/interview-questions-cc/what-is-an-union-in-c/#comments</comments> <pubDate>Mon, 23 Aug 2010 23:23:52 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Interview Questions]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10610</guid> <description>Unions are useful when memory conservation is the criteria. Union , like structure holds data types like int , char , float etc. However ,&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/interview-questions-cc/what-is-an-union-in-c/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/5BvMLEDDlY8" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/interview-questions-cc/what-is-an-union-in-c/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/interview-questions-cc/what-is-an-union-in-c/</feedburner:origLink></item> <item><title>What are structures in C</title><link>http://feedproxy.google.com/~r/w3mentor/~3/c2pK8Rd5t8I/</link> <comments>http://w3mentor.com/learn/cc/interview-questions-cc/what-are-structures-in-c/#comments</comments> <pubDate>Mon, 23 Aug 2010 23:22:31 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Interview Questions]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10608</guid> <description>A structure is a collection of variables referenced under one name, providing a convenient means of keeping related information together. A structure declaration forms a&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/interview-questions-cc/what-are-structures-in-c/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/c2pK8Rd5t8I" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/interview-questions-cc/what-are-structures-in-c/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/interview-questions-cc/what-are-structures-in-c/</feedburner:origLink></item> <item><title>Write a program to sort set of strings in an alphabetical order in C?</title><link>http://feedproxy.google.com/~r/w3mentor/~3/1R4CSXoYwbI/</link> <comments>http://w3mentor.com/learn/cc/interview-questions-cc/write-a-program-to-sort-set-of-strings-in-an-alphabetical-order-in-c/#comments</comments> <pubDate>Mon, 23 Aug 2010 23:20:41 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Interview Questions]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10605</guid> <description>To sort the given set of strings we can use any sorting algorithm here we use Bubble sort, to compare two strings we use function&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/interview-questions-cc/write-a-program-to-sort-set-of-strings-in-an-alphabetical-order-in-c/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/1R4CSXoYwbI" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/interview-questions-cc/write-a-program-to-sort-set-of-strings-in-an-alphabetical-order-in-c/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/interview-questions-cc/write-a-program-to-sort-set-of-strings-in-an-alphabetical-order-in-c/</feedburner:origLink></item> <item><title>Describe two different ways that floating – point constants can be written in C. What special rules apply in this case?</title><link>http://feedproxy.google.com/~r/w3mentor/~3/2AG6VtMrsSc/</link> <comments>http://w3mentor.com/learn/cc/interview-questions-cc/describe-two-different-ways-that-floating-%e2%80%93-point-constants-can-be-written-in-c-what-special-rules-apply-in-this-case/#comments</comments> <pubDate>Mon, 23 Aug 2010 23:19:08 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Interview Questions]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10603</guid> <description>Integer numbers are inadequate to represent quantities that continuously, such as distance, heights, temperatures, prices, and so on. These quantities are represented by numbers containing&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/interview-questions-cc/describe-two-different-ways-that-floating-%e2%80%93-point-constants-can-be-written-in-c-what-special-rules-apply-in-this-case/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/2AG6VtMrsSc" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/interview-questions-cc/describe-two-different-ways-that-floating-%e2%80%93-point-constants-can-be-written-in-c-what-special-rules-apply-in-this-case/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/interview-questions-cc/describe-two-different-ways-that-floating-%e2%80%93-point-constants-can-be-written-in-c-what-special-rules-apply-in-this-case/</feedburner:origLink></item> <item><title>What are different types of integer constants?</title><link>http://feedproxy.google.com/~r/w3mentor/~3/ykX-4X36GNY/</link> <comments>http://w3mentor.com/learn/cc/interview-questions-cc/what-are-different-types-of-integer-constants/#comments</comments> <pubDate>Mon, 23 Aug 2010 23:16:48 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Interview Questions]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10600</guid> <description>What are different types of integer constants? What are long integer constants? How do these constants differ from ordinary integer constants? How can they be&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/cc/interview-questions-cc/what-are-different-types-of-integer-constants/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/ykX-4X36GNY" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/cc/interview-questions-cc/what-are-different-types-of-integer-constants/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/cc/interview-questions-cc/what-are-different-types-of-integer-constants/</feedburner:origLink></item> <item><title>Connecting to a MySQL database using PHP</title><link>http://feedproxy.google.com/~r/w3mentor/~3/P2ckv0Z0IIU/</link> <comments>http://w3mentor.com/learn/php-mysql-tutorials/php-mysql/connecting-to-a-mysql-database-using-php/#comments</comments> <pubDate>Mon, 23 Aug 2010 01:53:20 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[PHP MYSQL]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10595</guid> <description>&amp;#60;?php $db_hostname = 'localhost'; $db_database = 'dbname'; $db_username = 'username'; $db_password = 'password'; $db_server = mysql_connect&amp;#40;$db_hostname, $db_username, $db_password&amp;#41;; if &amp;#40;!$db_server&amp;#41; die&amp;#40;&amp;#34;Unable to connect to MySQL:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/php-mysql-tutorials/php-mysql/connecting-to-a-mysql-database-using-php/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/P2ckv0Z0IIU" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/php-mysql-tutorials/php-mysql/connecting-to-a-mysql-database-using-php/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/php-mysql-tutorials/php-mysql/connecting-to-a-mysql-database-using-php/</feedburner:origLink></item> <item><title>Executing a system command like LS in PHP</title><link>http://feedproxy.google.com/~r/w3mentor/~3/3PiV_zlJK7w/</link> <comments>http://w3mentor.com/learn/php-mysql-tutorials/php-language-basics/executing-a-system-command-like-ls-in-php/#comments</comments> <pubDate>Mon, 23 Aug 2010 01:44:50 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Language Basics]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10593</guid> <description>&amp;#60;?php // exec.php $cmd = &amp;#34;dir&amp;#34;; // Windows // $cmd = &amp;#34;ls&amp;#34;; // Linux, Unix &amp;#38; Mac exec&amp;#40;escapeshellcmd&amp;#40;$cmd&amp;#41;, $output, $status&amp;#41;; if &amp;#40;$status&amp;#41; echo &amp;#34;Exec command&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/php-mysql-tutorials/php-language-basics/executing-a-system-command-like-ls-in-php/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/3PiV_zlJK7w" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/php-mysql-tutorials/php-language-basics/executing-a-system-command-like-ls-in-php/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/php-mysql-tutorials/php-language-basics/executing-a-system-command-like-ls-in-php/</feedburner:origLink></item> <item><title>Secure image upload script in PHP</title><link>http://feedproxy.google.com/~r/w3mentor/~3/LHq73Nhp25k/</link> <comments>http://w3mentor.com/learn/php-mysql-tutorials/php-file-handling/secure-image-upload-script-in-php/#comments</comments> <pubDate>Mon, 23 Aug 2010 01:42:54 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[PHP File Handling]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10591</guid> <description>&amp;#60;?php // upload.php echo &amp;#60;&amp;#60;&amp;#60;_END &amp;#60;html&amp;#62;&amp;#60;head&amp;#62;&amp;#60;title&amp;#62;PHP Form Upload&amp;#60;/title&amp;#62;&amp;#60;/head&amp;#62;&amp;#60;body&amp;#62; &amp;#60;form method='post' action='upload2.php' enctype='multipart/form-data'&amp;#62; Select a JPG, GIF, PNG or TIF File: &amp;#60;input type='file' name='filename' size='10' /&amp;#62;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://w3mentor.com/learn/php-mysql-tutorials/php-file-handling/secure-image-upload-script-in-php/"&gt;Continue Reading &lt;/a&gt; &amp;#187;&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/LHq73Nhp25k" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/php-mysql-tutorials/php-file-handling/secure-image-upload-script-in-php/feed/</wfw:commentRss> <slash:comments>4</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/php-mysql-tutorials/php-file-handling/secure-image-upload-script-in-php/</feedburner:origLink></item> <item><title>Common Internet media content types</title><link>http://feedproxy.google.com/~r/w3mentor/~3/R65jSqSIKSk/</link> <comments>http://w3mentor.com/learn/php-mysql-tutorials/php-file-handling/common-internet-media-content-types/#comments</comments> <pubDate>Mon, 23 Aug 2010 01:41:26 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[PHP File Handling]]></category><guid isPermaLink="false">http://w3mentor.com/?p=10589</guid> <description>application/pdf image/gif multipart/form-data text/xml application/zip image/jpeg text/css video/mpeg audio/mpeg image/png text/html video/mp4 audio/x-wav image/tiff text/plain video/quicktime&lt;img src="http://feeds.feedburner.com/~r/w3mentor/~4/R65jSqSIKSk" height="1" width="1"/&gt;</description> <wfw:commentRss>http://w3mentor.com/learn/php-mysql-tutorials/php-file-handling/common-internet-media-content-types/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://w3mentor.com/learn/php-mysql-tutorials/php-file-handling/common-internet-media-content-types/</feedburner:origLink></item> </channel> </rss><!-- W3 Total Cache: Minify debug info:
Engine:             disk
Theme:              f71997
Template:           index
--><!-- W3 Total Cache: Db cache debug info:
Engine:             disk
Total queries:      18
Cached queries:     11
Total query time:   0.143
SQL info:
    # | Time (s) |    Caching (Reject reason)     |   Status   | Query
    1 |    0.001 |  disabled (query is rejected)  | not cached | SET NAMES 'utf8'
    2 |    0.019 |  disabled (query is rejected)  | not cached | SELECT option_name, option_value FROM wp_options WHERE autoload = 'yes'
    3 |    0.002 |            enabled             |   cached   | SELECT option_value FROM wp_options WHERE option_name = 'aiosp_post_title_format' LIMIT 1
    4 |    0.001 |            enabled             |   cached   | SELECT option_value FROM wp_options WHERE option_name = 'sociable_disablewidget' LIMIT 1
    5 |    0.001 |            enabled             |   cached   | SELECT t.*, tt.* FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'nav_menu' AND t.term_id = '709' LIMIT 1
    6 |    0.005 |            enabled             |   cached   | SELECT post_modified_gmt FROM wp_posts WHERE post_status = 'publish' AND post_type = 'post' ORDER BY post_modified_gmt DESC LIMIT 1
    7 |    0.002 |            enabled             |   cached   | SELECT post_date_gmt FROM wp_posts WHERE post_status = 'publish' AND post_type = 'post' ORDER BY post_date_gmt DESC LIMIT 1
    8 |    0.004 |  disabled (query is rejected)  | not cached | SELECT SQL_CALC_FOUND_ROWS  wp_posts.* FROM wp_posts  WHERE 1=1  AND wp_posts.post_type = 'post' AND (wp_posts.post_status = 'publish')  ORDER BY wp_posts.post_date DESC LIMIT 0, 100
    9 |        0 |  disabled (query is rejected)  | not cached | SELECT FOUND_ROWS()
   10 |     0.04 |            enabled             |   cached   | SELECT t.*, tt.*, tr.object_id FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON tt.term_id = t.term_id INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN ('category', 'post_tag') AND tr.object_id IN (10808, 10806, 10804, 10802, 10800, 10798, 10796, 10794, 10792, 10790, 10788, 10786, 10784, 10782, 10780, 10778, 10776, 10774, 10772, 10770, 10768, 10766, 10764, 10762, 10760, 10758, 10756, 10754, 10752, 10750, 10748, 10746, 10744, 10742, 10740, 10738, 10736, 10733, 10731, 10729, 10727, 10725, 10723, 10719, 10717, 10715, 10713, 10711, 10709, 10707, 10705, 10703, 10701, 10699, 10697, 10695, 10693, 10691, 10689, 10687, 10684, 10682, 10680, 10677, 10675, 10673, 10670, 10668, 10666, 10664, 10662, 10656, 10654, 10652, 10650, 10648, 10646, 10644, 10642, 10640, 10638, 10636, 10634, 10632, 10629, 10627, 10623, 10621, 10619, 10617, 10615, 10610, 10608, 10605, 10603, 10600, 10595, 10593, 10591, 10589) ORDER BY t.name ASC
   11 |    0.017 |            enabled             |   cached   | SELECT post_id, meta_key, meta_value FROM wp_postmeta WHERE post_id IN (10808,10806,10804,10802,10800,10798,10796,10794,10792,10790,10788,10786,10784,10782,10780,10778,10776,10774,10772,10770,10768,10766,10764,10762,10760,10758,10756,10754,10752,10750,10748,10746,10744,10742,10740,10738,10736,10733,10731,10729,10727,10725,10723,10719,10717,10715,10713,10711,10709,10707,10705,10703,10701,10699,10697,10695,10693,10691,10689,10687,10684,10682,10680,10677,10675,10673,10670,10668,10666,10664,10662,10656,10654,10652,10650,10648,10646,10644,10642,10640,10638,10636,10634,10632,10629,10627,10623,10621,10619,10617,10615,10610,10608,10605,10603,10600,10595,10593,10591,10589)
   12 |    0.005 |            enabled             |   cached   | SELECT * FROM wp_users WHERE ID = 1 LIMIT 1
   13 |    0.001 |            enabled             |   cached   | SELECT user_id, meta_key, meta_value FROM wp_usermeta WHERE user_id IN (1)
   14 |    0.004 |            enabled             | not cached | SELECT t.*, tt.* FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' AND t.term_id = '517' LIMIT 1
   15 |    0.001 |            enabled             |   cached   | SELECT option_value FROM wp_options WHERE option_name = 'tagmatch_RP_RSS' LIMIT 1
   16 |    0.039 |            enabled             | not cached | SELECT t.*, tt.* FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' AND t.term_id = '734' LIMIT 1
   17 |        0 |            enabled             | not cached | SELECT t.*, tt.* FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' AND t.term_id = '3' LIMIT 1
   18 |    0.002 |            enabled             |   cached   | SELECT t.*, tt.* FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id WHERE tt.taxonomy = 'category' AND t.term_id = '6' LIMIT 1
--><!-- W3 Total Cache: Page cache debug info:
Engine:             disk
Key:                w3tc_b54f4d67dced6c382e720c77bd80426c_page_750978a6610fa2b4f8e13fb3a731f1b6
Caching:            enabled
Status:             not cached
Creation Time:      4.631s
Header info:
ETag:               "6dba68620fb9b3066fa72d339f9c17f0"
X-Powered-By:       W3 Total Cache/0.9.1.1
Last-Modified:      Tue, 07 Sep 2010 14:34:04 GMT
Vary:               Accept-Encoding, Cookie
Content-Encoding:   gzip
X-Pingback:         http://w3mentor.com/xmlrpc.php
Content-Type:       text/xml; charset=UTF-8
-->
