<?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 | Mahathi k | Activity</title>
	<link>https://developerpublish.com/academy/members/mahathi-k/activity/</link>
	<atom:link href="https://developerpublish.com/academy/members/mahathi-k/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Mahathi k.</description>
	<lastBuildDate>Tue, 21 Apr 2026 22:32:40 +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">15ff4e81d170fa3c45654bcd23f4ac9f</guid>
				<title>Mahathi k started the topic How to print the coloured text in C++ in the forum C++</title>
				<link>https://developerpublish.com/academy/forums/topic/how-to-print-the-coloured-text-in-c/</link>
				<pubDate>Sat, 03 Jun 2023 09:54:51 +0000</pubDate>

									<content:encoded><![CDATA[<p>In C++ programming, the background of the output screen is black and text color is in white color. We can color both the background and text color in the output screen in the following ways.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a4aea2e5a8ddc8e829840ad74730a8d5</guid>
				<title>Mahathi k started the topic Program to add two numbers in the forum C++</title>
				<link>https://developerpublish.com/academy/forums/topic/program-to-add-two-numbers/</link>
				<pubDate>Sat, 03 Jun 2023 09:48:28 +0000</pubDate>

									<content:encoded><![CDATA[<p>#include &lt;iostream&gt;<br />
using namespace std;</p>
<p>int main() {</p>
<p>  int first_number, second_number, sum;</p>
<p>  cout &lt;&lt; &#8220;Enter two integers: &#8220;;<br />
  cin &gt;&gt; first_number &gt;&gt; second_number;</p>
<p>  // sum of two numbers in stored in variable sumOfTwoNumbers<br />
  sum = first_number + second_number;</p>
<p>  // prints sum<br />
  cout &lt;&lt; first_number &lt;&lt; &#8221; + &#8221; &lt;&lt;  second_number &lt;&lt; &#8220;&hellip;<span class="activity-read-more" id="activity-read-more-2867"><a href="https://developerpublish.com/academy/forums/topic/program-to-add-two-numbers/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">fe1a743f385de093cc62cd0972578ac0</guid>
				<title>Mahathi k started the topic Swap numbers without useing temporary variable in the forum C++</title>
				<link>https://developerpublish.com/academy/forums/topic/swap-numbers-without-useing-temporary-variable/</link>
				<pubDate>Sat, 03 Jun 2023 09:45:45 +0000</pubDate>

									<content:encoded><![CDATA[<p>#include &lt;iostream&gt;<br />
using namespace std;</p>
<p>int main()<br />
{</p>
<p>    int a = 5, b = 10;</p>
<p>    cout &lt;&lt; &#8220;Before swapping.&#8221; &lt;&lt; endl;<br />
    cout &lt;&lt; &#8220;a = &#8221; &lt;&lt; a &lt;&lt; &#8220;, b = &#8221; &lt;&lt; b &lt;&lt; endl;</p>
<p>    a = a + b;<br />
    b = a &#8211; b;<br />
    a = a &#8211; b;</p>
<p>    cout &lt;&lt; &#8220;nAfter swapping.&#8221; &lt;&lt; endl;<br />
    cout &lt;&lt; &#8220;a = &#8221; &lt;&lt; a &lt;&lt; &#8220;, b = &#8221; &lt;&lt; b &lt;&lt; endl;</p>
<p>    return&hellip;</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">59b9cb756abcf222af4dff21394432d4</guid>
				<title>Mahathi k started the topic Program in c++swap two numbers in the forum C++</title>
				<link>https://developerpublish.com/academy/forums/topic/program-in-cswap-two-numbers/</link>
				<pubDate>Sat, 03 Jun 2023 09:43:23 +0000</pubDate>

									<content:encoded><![CDATA[<p>#include &lt;iostream&gt;<br />
using namespace std;</p>
<p>int main()<br />
{<br />
    int a = 5, b = 10, temp;</p>
<p>    cout &lt;&lt; &#8220;Before swapping.&#8221; &lt;&lt; endl;<br />
    cout &lt;&lt; &#8220;a = &#8221; &lt;&lt; a &lt;&lt; &#8220;, b = &#8221; &lt;&lt; b &lt;&lt; endl;</p>
<p>    temp = a;<br />
    a = b;<br />
    b = temp;</p>
<p>    cout &lt;&lt; &#8220;nAfter swapping.&#8221; &lt;&lt; endl;<br />
    cout &lt;&lt; &#8220;a = &#8221; &lt;&lt; a &lt;&lt; &#8220;, b = &#8221; &lt;&lt; b &lt;&lt; endl;</p>
<p>    return&hellip;</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a7697bc6e48e14d886f77b1c7c6eb9b8</guid>
				<title>Mahathi k started the topic What is shortcut key for creating the hyperlinks in the forum Microsoft Word</title>
				<link>https://developerpublish.com/academy/forums/topic/what-is-shortcut-key-for-creating-the-hyperlinks/</link>
				<pubDate>Sat, 03 Jun 2023 09:37:04 +0000</pubDate>

									<content:encoded><![CDATA[<p>Select the text or picture that you want to display as a hyperlink. Press Ctrl+K. </p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">fe99f7f0b1db271f9a0af276b01c74a7</guid>
				<title>Mahathi k started the topic How to edit the pdf document in the forum Microsoft Word</title>
				<link>https://developerpublish.com/academy/forums/topic/how-to-edit-the-pdf-document/</link>
				<pubDate>Sat, 03 Jun 2023 09:32:59 +0000</pubDate>

									<content:encoded><![CDATA[<p>Use the toolbar above your uploaded PDF to highlight, add text, freehand draw, or reply to comments. Download your edited PDF file or share a link, which will let others see the edits online.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">71b3dbb116877d4001b6c6be8880ae6f</guid>
				<title>Mahathi k started the topic How you can insert video in Microsoft word in the forum Microsoft Word</title>
				<link>https://developerpublish.com/academy/forums/topic/how-you-can-insert-video-in-microsoft-word-3/</link>
				<pubDate>Sat, 03 Jun 2023 09:30:39 +0000</pubDate>

									<content:encoded><![CDATA[<p>Click Insert &gt; Online Video. In the Insert Video window, you can search for videos on YouTube or insert a video&#8217;s embed code. (You get the embed code from the page where the video lives.) When you find the video you want, just click Insert.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c8f077c71be6c49173781a262f646bc6</guid>
				<title>Mahathi k started the topic If statement in C in the forum C Programming</title>
				<link>https://developerpublish.com/academy/forums/topic/if-statement-in-c-2/</link>
				<pubDate>Sat, 03 Jun 2023 09:25:42 +0000</pubDate>

									<content:encoded><![CDATA[<p>#include&lt;stdio.h&gt;<br />
int main(){<br />
int number=0;<br />
printf(&#8220;enter a number:&#8221;);<br />
scanf(&#8220;%d&#8221;,&amp;number);<br />
if(number==10){<br />
printf(&#8220;number is equals to 10&#8221;);<br />
}</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6a40dd2a38bf56a7696c09fdd2a0de2a</guid>
				<title>Mahathi k started the topic Mail merge in excel in the forum Microsoft Excel</title>
				<link>https://developerpublish.com/academy/forums/topic/mail-merge-in-excel/</link>
				<pubDate>Sat, 03 Jun 2023 09:22:15 +0000</pubDate>

									<content:encoded><![CDATA[<p>You can insert one or more mail merge fields that pull the information from your spreadsheet into your document.</p>
<p>        1. Go to mailings insect merge fields<br />
        2. Add the field you want<br />
        3. Repeat steps 1 and 2 as needs<br />
        4. Choose file &gt;save</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3fa69791e755089210e5ca890a7f094f</guid>
				<title>Mahathi k started the topic Structure of programs in the forum C Programming</title>
				<link>https://developerpublish.com/academy/forums/topic/structure-of-programs/</link>
				<pubDate>Sat, 03 Jun 2023 09:16:35 +0000</pubDate>

									<content:encoded><![CDATA[<p>A C program is divided into six section<br />
Documentation<br />
Link<br />
Definition<br />
Global<br />
Declaration<br />
Main() function<br />
Subprograms<br />
While the main section is compulsory the rest are optional in the structure of c programming</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ab390b22abfbb03f5587d3c5dc461a40</guid>
				<title>Mahathi k started the topic Keywords in C in the forum C Programming</title>
				<link>https://developerpublish.com/academy/forums/topic/keywords-in-c-3/</link>
				<pubDate>Sat, 03 Jun 2023 09:12:10 +0000</pubDate>

									<content:encoded><![CDATA[<p>Keywords are words that have special meaning to c compiler in translation phases 7 and 8 an indentify can&#8217;t have the same spelling and case as a c keywords.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1eb4a4f0e3c4eb5bd64e7b9306f7f278</guid>
				<title>Mahathi k started the topic How to use it c++ operator overloading in the forum C++</title>
				<link>https://developerpublish.com/academy/forums/topic/how-to-use-it-c-operator-overloading/</link>
				<pubDate>Tue, 30 May 2023 06:04:34 +0000</pubDate>

									<content:encoded><![CDATA[<p>#include &lt;iostrem&gt;<br />
using namespace std;<br />
//C++ operator overloading<br />
Class Cal{<br />
    Private:<br />
    int X ;<br />
    Public :<br />
   call():X(30){}<br />
Void operator ++(){<br />
   X = X + 30;</p>
<p>}<br />
Void print(){<br />
Cout&lt;&lt;&#8220;operator:&#8221;&lt;&lt; X &lt;&lt;end();<br />
}</p>
<p>};</p>
<p>int main()<br />
{<br />
  Cal c;<br />
  ++c;<br />
  c.print();<br />
  return 0;<br />
}</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ee3e4cdd6f60fcfdc84ecea1fbe611b3</guid>
				<title>Mahathi k started the topic How you can insert video in Microsoft word in the forum Microsoft Word</title>
				<link>https://developerpublish.com/academy/forums/topic/how-you-can-insert-video-in-microsoft-word/</link>
				<pubDate>Sat, 27 May 2023 06:34:38 +0000</pubDate>

									<content:encoded><![CDATA[<p>On the insert tab in media group, click the arrow under video.select from file,and then browse to the location of your video and select it.on the insert button, click the down arrow,and then click insert.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">f0e165cc7eb47a593cc152c6832c3eff</guid>
				<title>Mahathi k started the topic What are the basic uses of Microsoft excel in the forum Microsoft Excel</title>
				<link>https://developerpublish.com/academy/forums/topic/what-are-the-basic-uses-of-microsoft-excel/</link>
				<pubDate>Thu, 25 May 2023 06:49:34 +0000</pubDate>

									<content:encoded><![CDATA[<p>Date entry<br />
Date management<br />
Accounting<br />
Financial analysis<br />
Charting and graphing<br />
Programming<br />
Time management<br />
Task management</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">eafa23fb090f941bd68d2672906b3f9d</guid>
				<title>Mahathi k started the topic C program to find sum of all elements in a array in the forum C Programming</title>
				<link>https://developerpublish.com/academy/forums/topic/c-program-to-find-sum-of-all-elements-in-a-array/</link>
				<pubDate>Thu, 25 May 2023 05:50:45 +0000</pubDate>

									<content:encoded><![CDATA[<p>#include&lt;studio.h&gt;<br />
int main()<br />
{<br />
int a[5]={1,2,3,4,5};<br />
int I,s=0;<br />
for(i=0;I&lt;5; I++)<br />
{<br />
S+=a[I];<br />
}<br />
Print(&#8220;sum:%d&#8221;,s);<br />
}</p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>