<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Indian Shout &#187; LENGTH OF A STRING USING C PROGRAM</title>
	<atom:link href="http://www.indianshout.com/tag/length-of-a-string-using-c-program/feed" rel="self" type="application/rss+xml" />
	<link>http://www.indianshout.com</link>
	<description></description>
	<lastBuildDate>Sat, 11 Feb 2012 08:49:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>C PROGRAM TO FIND LENGTH OF A STRING</title>
		<link>http://www.indianshout.com/c-program-to-find-length-of-a-string/2744</link>
		<comments>http://www.indianshout.com/c-program-to-find-length-of-a-string/2744#comments</comments>
		<pubDate>Mon, 07 Jun 2010 18:26:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PREPARATION MATERIALS]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[C PROGRAM]]></category>
		<category><![CDATA[C PROGRAM TO FIND LENGTH OF STRING]]></category>
		<category><![CDATA[EXECUTED WITH OUTPUT]]></category>
		<category><![CDATA[LENGTH OF A STRING]]></category>
		<category><![CDATA[LENGTH OF A STRING USING C PROGRAM]]></category>
		<category><![CDATA[STRING]]></category>

		<guid isPermaLink="false">http://www.estudentzone.com/?p=2744</guid>
		<description><![CDATA[/* Write a c program to find the length of a string without using the built-in function  */ #include &#60;stdio.h&#62; void main() { char string[50]; int  i, length = 0; printf(&#8220;Enter a string\n&#8221;); gets(string); for (i=0; string[i] != &#8216;\0&#8242;; i++) /*keep going through each */ {                                 /*character of the string */ length++;                     /*till its end [...]]]></description>
		<wfw:commentRss>http://www.indianshout.com/c-program-to-find-length-of-a-string/2744/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 1/12 queries in 0.012 seconds using disk: basic
Object Caching 314/329 objects using disk: basic

Served from: www.indianshout.com @ 2012-02-11 14:31:28 -->
