<?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 | Pavithra | Activity</title>
	<link>https://developerpublish.com/academy/members/pavithra/activity/</link>
	<atom:link href="https://developerpublish.com/academy/members/pavithra/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Pavithra.</description>
	<lastBuildDate>Sat, 04 Apr 2026 02:52:46 +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">30df4910356ad4e2f1b3ca8098e40109</guid>
				<title>Pavithra wrote a new item</title>
				<link>https://developerpublish.com/academy/?p=25715</link>
				<pubDate>Sun, 25 Jun 2023 11:50:22 +0000</pubDate>

									<content:encoded><![CDATA[<p>The location where we can find a variable and also access it if required is called the scope of a variable.    	Python Local variable: Local variables are those that are initialized within a function and are [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">983eb5e7dd4b251ceaad4cb612d3e44c</guid>
				<title>Pavithra wrote a new item</title>
				<link>https://developerpublish.com/academy/?p=25714</link>
				<pubDate>Sun, 25 Jun 2023 11:48:05 +0000</pubDate>

									<content:encoded><![CDATA[<p>The “for” Loop is generally used to iterate through the elements of various collection types such as List, Tuple, Set, and Dictionary. Developers use a “for” loop where they have both the conditions start and t [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">54f4b234e4a714391fea11d70446b1ee</guid>
				<title>Pavithra wrote a new item</title>
				<link>https://developerpublish.com/academy/?p=25713</link>
				<pubDate>Sun, 25 Jun 2023 11:45:23 +0000</pubDate>

									<content:encoded><![CDATA[<p>Pass means performing no operation or in other words, it is a placeholder in the compound statement, where there should be a blank left and nothing has to be written there.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6a4c2694dcc21718fc0a5ff1ab3638ff</guid>
				<title>Pavithra wrote a new item</title>
				<link>https://developerpublish.com/academy/?p=25712</link>
				<pubDate>Sun, 25 Jun 2023 11:41:07 +0000</pubDate>

									<content:encoded><![CDATA[<p>Everything in Python is an object and all variables hold references to the objects. The reference values are according to the functions; as a result, you cannot change the value of the references. However, you can [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1120cd3118838f3d8d59789f59f02680</guid>
				<title>Pavithra wrote a new item</title>
				<link>https://developerpublish.com/academy/?p=25711</link>
				<pubDate>Sun, 25 Jun 2023 11:39:44 +0000</pubDate>

									<content:encoded><![CDATA[<p>‘#’ is used to comment on everything that comes after on the line.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a8fa5f7ef544a95b5bac1d5587abde4b</guid>
				<title>Pavithra wrote a new item</title>
				<link>https://developerpublish.com/academy/?p=25710</link>
				<pubDate>Sun, 25 Jun 2023 11:32:56 +0000</pubDate>

									<content:encoded><![CDATA[<p>Just like its name a void pointer is a pointer that is not associated with anything or with any data type. Nevertheless, a void pointer can hold the address value of any type and can be converted from one data type to another</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">06dedc9997211929aa8e607e17a80120</guid>
				<title>Pavithra wrote a new item</title>
				<link>https://developerpublish.com/academy/?p=25709</link>
				<pubDate>Sun, 25 Jun 2023 11:31:38 +0000</pubDate>

									<content:encoded><![CDATA[<p>Just like its name, things can change suddenly and unexpectantly; So it is used to inform the compiler that the value may change anytime. Also, the volatile keyword prevents the compiler from performing [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">bddf10a1fff6180fade8aa9a37105ebf</guid>
				<title>Pavithra wrote a new item</title>
				<link>https://developerpublish.com/academy/?p=25708</link>
				<pubDate>Sun, 25 Jun 2023 11:29:47 +0000</pubDate>

									<content:encoded><![CDATA[<p>The delete operator is used to delete/remove all the characteristics/properties from an object by deallocating its memory; furthermore, it returns true or false in the end. In simple terms, it destroys or [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">d5ae696e8054915acd100c1873cf0868</guid>
				<title>Pavithra wrote a new item</title>
				<link>https://developerpublish.com/academy/?p=25707</link>
				<pubDate>Sun, 25 Jun 2023 11:28:28 +0000</pubDate>

									<content:encoded><![CDATA[<p>Pointers are the variables that are used to store the address location of another variable. Operations that are permitted to a pointer are:    	Increment/Decrement of a Pointer  	Addition and Subtraction of [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">970e876b3a47a21270cefdd900442db3</guid>
				<title>Pavithra wrote a new item</title>
				<link>https://developerpublish.com/academy/?p=25706</link>
				<pubDate>Sun, 25 Jun 2023 11:26:28 +0000</pubDate>

									<content:encoded><![CDATA[<p>Virtual inheritance is a technique that ensures only one copy of a base class’s member variables is inherited by grandchild-derived classes. Or in simple terms, virtual inheritance is used when we are dealing w [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4e99f04f06ee2f713471f91966e025e1</guid>
				<title>Pavithra wrote a new item</title>
				<link>https://developerpublish.com/academy/?p=25705</link>
				<pubDate>Sun, 25 Jun 2023 11:25:03 +0000</pubDate>

									<content:encoded><![CDATA[<p>The capability or ability of a class to derive properties and characteristics from another class is known as inheritance. In simple terms, it is a system or technique of reusing and extending existing classes [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6f8c574f4743dec0d17949be388e24d2</guid>
				<title>Pavithra wrote a new item</title>
				<link>https://developerpublish.com/academy/?p=25704</link>
				<pubDate>Sun, 25 Jun 2023 11:21:50 +0000</pubDate>

									<content:encoded><![CDATA[<p>When a variable is described as a reference it becomes an alias of the already existing variable. In simple terms, a referenced variable is another named variable of an existing variable keeping in mind that [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b382c02b3916bac071c5a1a70bba0bc2</guid>
				<title>Pavithra wrote a new item</title>
				<link>https://developerpublish.com/academy/?p=25693</link>
				<pubDate>Sun, 25 Jun 2023 05:02:58 +0000</pubDate>

									<content:encoded><![CDATA[<p>Arguments that are passed to the main() function of the program in the command-line shell of the operating system are known as command-line arguments.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a612fd9ff6a7f228a3dcaea7c33cc5f0</guid>
				<title>Pavithra wrote a new item</title>
				<link>https://developerpublish.com/academy/?p=25692</link>
				<pubDate>Sun, 25 Jun 2023 05:00:17 +0000</pubDate>

									<content:encoded><![CDATA[<p>Volatile keyword is used to prevent the compiler from optimization because their values can’t be changed by code that is outside the scope of current code at any time. The System always reads the current value o [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c353dea4951d6714f30d6eb1295032c3</guid>
				<title>Pavithra wrote a new item</title>
				<link>https://developerpublish.com/academy/?p=25691</link>
				<pubDate>Sun, 25 Jun 2023 04:58:34 +0000</pubDate>

									<content:encoded><![CDATA[<p>In C, enumerations (or enums) are user-defined data types. Enumerations allow integral constants to be named, which makes a program easier to read and maintain. For example, the days of the week can be defined as [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">607c46f8df9249f8dd26b7e585f2886a</guid>
				<title>Pavithra wrote a new item</title>
				<link>https://developerpublish.com/academy/?p=25690</link>
				<pubDate>Sun, 25 Jun 2023 04:55:32 +0000</pubDate>

									<content:encoded><![CDATA[<p>The structure is a keyword that is used to create user-defined data types. The structure allows storing multiple types of data in a single unit. The structure members can only be accessed through the structure variable.</p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>