<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Program to check the occurence of digit in a given number	</title>
	<atom:link href="https://studentprojects.in/software-development/c-tutorials/c/simple/program-check-occurence-digit-number/feed/" rel="self" type="application/rss+xml" />
	<link>https://studentprojects.in/software-development/c-tutorials/c/simple/program-check-occurence-digit-number/</link>
	<description>Microcontroller projects, Circuit Diagrams, Project Ideas</description>
	<lastBuildDate>Thu, 03 Sep 2015 06:17:26 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.7</generator>
	<item>
		<title>
		By: santoshi		</title>
		<link>https://studentprojects.in/software-development/c-tutorials/c/simple/program-check-occurence-digit-number/comment-page-1/#comment-128312</link>

		<dc:creator><![CDATA[santoshi]]></dc:creator>
		<pubDate>Thu, 03 Sep 2015 06:17:26 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=2257#comment-128312</guid>

					<description><![CDATA[n%10 means simply it will give you the last digit of given number.

Ex: 1%10=1;
EX: 22%10= 2 , 2(if we keep this in loop)]]></description>
			<content:encoded><![CDATA[<p>n%10 means simply it will give you the last digit of given number.</p>
<p>Ex: 1%10=1;<br />
EX: 22%10= 2 , 2(if we keep this in loop)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: vaibhav		</title>
		<link>https://studentprojects.in/software-development/c-tutorials/c/simple/program-check-occurence-digit-number/comment-page-1/#comment-122813</link>

		<dc:creator><![CDATA[vaibhav]]></dc:creator>
		<pubDate>Thu, 06 Aug 2015 03:52:42 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=2257#comment-122813</guid>

					<description><![CDATA[I want to return a digit which occurs maximum time in a given number]]></description>
			<content:encoded><![CDATA[<p>I want to return a digit which occurs maximum time in a given number</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
