<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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>DeveloperPublish | Adithi. M. R | Activity</title>
	<link>https://developerpublish.com/academy/members/adithi-m-r/activity/</link>
	<atom:link href="https://developerpublish.com/academy/members/adithi-m-r/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Adithi. M. R.</description>
	<lastBuildDate>Thu, 23 Apr 2026 13:48:35 +0000</lastBuildDate>
	<generator>https://buddypress.org/?v=12.0.0</generator>
	<language>en-US</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
	
						<item>
				<guid isPermaLink="false">520e2da16cedab669a4d7ba4f664d5f6</guid>
				<title>Adithi. M. R started the topic If statement in java in the forum C Programming</title>
				<link>https://developerpublish.com/academy/forums/topic/if-statement-in-java/</link>
				<pubDate>Thu, 01 Jun 2023 05:14:30 +0000</pubDate>

									<content:encoded><![CDATA[<p>// Your First C++ Program</p>
<p>#include &lt;iostream&gt;</p>
<p>int main() {<br />
    std::cout &lt;&lt; &#8220;Hello World!&#8221;;<br />
    return 0;<br />
}</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c884c0f8ce34237f79ebda6567ebb7b4</guid>
				<title>Adithi. M. R started the topic Variables in java in the forum Microsoft Excel</title>
				<link>https://developerpublish.com/academy/forums/topic/variables-in-java/</link>
				<pubDate>Thu, 01 Jun 2023 05:10:37 +0000</pubDate>

									<content:encoded><![CDATA[<p>// Your First C++ Program</p>
<p>#include &lt;iostream&gt;</p>
<p>int main() {<br />
    std::cout &lt;&lt; &#8220;Hello World!&#8221;;<br />
    return 0;<br />
}</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8d9c092acf02d77427fb1b1c54c5cff9</guid>
				<title>Adithi. M. R started the topic Operators in java in the forum Microsoft Excel</title>
				<link>https://developerpublish.com/academy/forums/topic/operators-in-java/</link>
				<pubDate>Thu, 01 Jun 2023 05:09:18 +0000</pubDate>

									<content:encoded><![CDATA[<p>// Your First C++ Program</p>
<p>#include &lt;iostream&gt;</p>
<p>int main() {<br />
    std::cout &lt;&lt; &#8220;Hello World!&#8221;;<br />
    return 0;<br />
}</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0d167c154fa883147523ac58c31d3784</guid>
				<title>Adithi. M. R wrote a new item</title>
				<link>https://developerpublish.com/academy/?p=23747</link>
				<pubDate>Tue, 30 May 2023 06:28:31 +0000</pubDate>

									<content:encoded><![CDATA[<p>// Your First C++ Program  #include   int main() { std::cout</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4095fceecc445568b2ce3c112b7d9101</guid>
				<title>Adithi. M. R wrote a new item</title>
				<link>https://developerpublish.com/academy/?p=23746</link>
				<pubDate>Tue, 30 May 2023 06:28:16 +0000</pubDate>

									<content:encoded><![CDATA[<p>// Your First C++ Program  #include   int main() { std::cout</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">8c79d480435b674cd70ff5914b58e5b2</guid>
				<title>Adithi. M. R started the topic While loop in the forum C++</title>
				<link>https://developerpublish.com/academy/forums/topic/while-loop/</link>
				<pubDate>Tue, 30 May 2023 04:52:42 +0000</pubDate>

									<content:encoded><![CDATA[<p><em>// Your First C++ Program</p>
<p>#include &lt;iostream&gt;</p>
<p>int main() {<br />
    std::cout &lt;&lt; &#8220;Hello World!&#8221;;<br />
    return 0;<br />
}</em></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">cf5bf42635cf89a7405aa1686019d00b</guid>
				<title>Adithi. M. R started the topic Operators in c++ in the forum C++</title>
				<link>https://developerpublish.com/academy/forums/topic/operators-in-c-5/</link>
				<pubDate>Tue, 30 May 2023 04:41:46 +0000</pubDate>

									<content:encoded><![CDATA[<p>// Your First C++ Program</p>
<p>#include &lt;iostream&gt;</p>
<p>int main() {<br />
    std::cout &lt;&lt; &#8220;Hello World!&#8221;;<br />
    return 0;<br />
}</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b33327e28a503ea0f7af3fbe7b2c09e7</guid>
				<title>Adithi. M. R started the topic Gutter margin in the forum Microsoft Word</title>
				<link>https://developerpublish.com/academy/forums/topic/gutter-margin/</link>
				<pubDate>Sat, 27 May 2023 06:07:39 +0000</pubDate>

									<content:encoded><![CDATA[<p>`#include &lt;stdio.h&gt;<br />
int main() {<br />
   // printf() displays the string inside quotation<br />
   printf(&#8220;Hello, World!&#8221;);<br />
   return 0;<br />
}</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3e3f0a7de9e11be147b3480fe0258556</guid>
				<title>Adithi. M. R started the topic Ribbon in the forum Microsoft Word</title>
				<link>https://developerpublish.com/academy/forums/topic/ribbon/</link>
				<pubDate>Sat, 27 May 2023 06:05:19 +0000</pubDate>

									<content:encoded><![CDATA[<p>`#include &lt;stdio.h&gt;<br />
int main() {<br />
   // printf() displays the string inside quotation<br />
   printf(&#8220;Hello, World!&#8221;);<br />
   return 0;<br />
}</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">08fde83f1e289e506795e3de3303a91f</guid>
				<title>Adithi. M. R started the topic Cell address in the forum Microsoft Excel</title>
				<link>https://developerpublish.com/academy/forums/topic/cell-address-2/</link>
				<pubDate>Sat, 27 May 2023 05:49:53 +0000</pubDate>

									<content:encoded><![CDATA[<p>#include &lt;stdio.h&gt;<br />
int main() {<br />
   // printf() displays the string inside quotation<br />
   printf(&#8220;Hello, World!&#8221;);<br />
   return 0;<br />
}</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">271af5279f2f5b5380cf2f87b35a5192</guid>
				<title>Adithi. M. R started the topic Mail merge in the forum Microsoft Excel</title>
				<link>https://developerpublish.com/academy/forums/topic/mail-merge/</link>
				<pubDate>Sat, 27 May 2023 05:46:57 +0000</pubDate>

									<content:encoded><![CDATA[<p>#include &lt;stdio.h&gt;<br />
int main() {<br />
   // printf() displays the string inside quotation<br />
   printf(&#8220;Hello, World!&#8221;);<br />
   return 0;<br />
}</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">98e1db202ca9962f1a2f5aa97f9d5be5</guid>
				<title>Adithi. M. R started the topic Undo and redo in the forum Microsoft Excel</title>
				<link>https://developerpublish.com/academy/forums/topic/undo-and-redo-3/</link>
				<pubDate>Thu, 25 May 2023 07:08:28 +0000</pubDate>

									<content:encoded><![CDATA[<p>To redo something you&#8217;ve undone, press Ctrl+Y or F4. (If F4 doesn&#8217;t seem to work, you may need to press the F-Lock key or Fn Key, then F4). If you prefer to use the mouse, click Redo on the Quick Access toolbar. (The Redo button only appears after you&#8217;ve undone an action.)</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2db5336d19ab5076d830c07f45ae3ddf</guid>
				<title>Adithi. M. R started the topic Text cell in the forum Microsoft Excel</title>
				<link>https://developerpublish.com/academy/forums/topic/text-cell/</link>
				<pubDate>Thu, 25 May 2023 07:04:50 +0000</pubDate>

									<content:encoded><![CDATA[<p>Format numbers as text<br />
Select the cell or range of cells that contains the numbers that you want to format as text. How to select cells or a range. &#8230;<br />
On the Home tab, in the Number group, click the arrow next to the Number Format box, and then click Text.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e0b3c5a432becfc6288c73d79f5aa9df</guid>
				<title>Adithi. M. R started the topic Quick acess tollbar in ms Excel in the forum Microsoft Excel</title>
				<link>https://developerpublish.com/academy/forums/topic/quick-acess-tollbar-in-ms-excel/</link>
				<pubDate>Thu, 25 May 2023 07:00:25 +0000</pubDate>

									<content:encoded><![CDATA[<p>If the Quick Access Toolbar is shown, select Hide Quick Access Toolbar.</p>
<p>Image of option to hide the Quick Access Toolbar</p>
<p>If the Quick Access Toolbar is hidden, select Show Quick Access Toolbar.</p>
<p>Image of option to show the Quick Access Toolbar</p>
<p>Note: You can also hide the Quick Access</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1fa049031b479e8d2c3b7d8a90563b8b</guid>
				<title>Adithi. M. R started the topic Hello world . C in the forum C Programming</title>
				<link>https://developerpublish.com/academy/forums/topic/hello-world-c/</link>
				<pubDate>Thu, 25 May 2023 06:57:08 +0000</pubDate>

									<content:encoded><![CDATA[<p>#include &lt;stdio.h&gt;<br />
int main()<br />
{<br />
	printf(&#8220;Hello%cworld.%c&#8221;,0x0A,0x0A);<br />
	printf(&#8220;Hello%cworld.%c&#8221;,10,10);<br />
	printf(&#8220;Hello%cworld.%c&#8221;,&#8217;n&#8217;,&#8217;n&#8217;);<br />
	return 0;<br />
}</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">99dc1eed060baaf7ab57546cd324dcf5</guid>
				<title>Adithi. M. R wrote a new item</title>
				<link>https://developerpublish.com/academy/?p=22757</link>
				<pubDate>Thu, 25 May 2023 06:50:33 +0000</pubDate>

									<content:encoded><![CDATA[<p>#include   int main() {  // printf() displays the string inside quotation  printf(&#8220;Hello, World!&#8221;);  return 0;  }</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e053cc50a0a96138c755d92a3fc41275</guid>
				<title>Adithi. M. R wrote a new item</title>
				<link>https://developerpublish.com/academy/?p=22618</link>
				<pubDate>Wed, 24 May 2023 05:15:09 +0000</pubDate>

									<content:encoded><![CDATA[<p>/* program without return function */ 123 void main() #include stdio.h 4 { in 5 int i; 6 fun(i); 7 printf(\&#8221;function called \&#8221;); 8 } 9 void fun(int i) 10 11 [ printf(\&#8221;%d\\n\&#8221;,i); 12 }</p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>