<?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 | Shaliga J | Activity</title>
	<link>https://developerpublish.com/academy/members/shaliga-j/activity/</link>
	<atom:link href="https://developerpublish.com/academy/members/shaliga-j/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Shaliga J.</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">50499480088995f33655656836388f87</guid>
				<title>Shaliga J wrote a new item</title>
				<link>https://developerpublish.com/academy/?p=25666</link>
				<pubDate>Sat, 24 Jun 2023 05:36:13 +0000</pubDate>

									<content:encoded><![CDATA[<p>Yes, we can compile, but it can&#8217;t be executed.     But, if we use #define, we can compile and run a C program without using the main() function. For example:</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">e46e0a2fda187bbbd2b9f2811a4d2c2f</guid>
				<title>Shaliga J wrote a new item</title>
				<link>https://developerpublish.com/academy/?p=25665</link>
				<pubDate>Sat, 24 Jun 2023 05:34:13 +0000</pubDate>

									<content:encoded><![CDATA[<p>The sprintf() stands for &#8220;string print.&#8221; The sprintf() function does not print the output on the console screen. It transfers the data to the buffer. It returns the total number of characters present in the string.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b20c4469b21ce1fde8a428996301ab66</guid>
				<title>Shaliga J wrote a new item</title>
				<link>https://developerpublish.com/academy/?p=25663</link>
				<pubDate>Sat, 24 Jun 2023 05:28:12 +0000</pubDate>

									<content:encoded><![CDATA[<p>A loop running continuously for an indefinite number of times is called the infinite loop.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">059cff8de7582756ffdfaa06bc43306c</guid>
				<title>Shaliga J wrote a new item</title>
				<link>https://developerpublish.com/academy/?p=25662</link>
				<pubDate>Sat, 24 Jun 2023 05:26:07 +0000</pubDate>

									<content:encoded><![CDATA[<p>The typecasting is a process of converting one data type into another is known as typecasting. If we want to store the floating type value to an int type, then we will convert the data type into another data type explicitly.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2a9d112337f33414a5c62b4d3e2c62c3</guid>
				<title>Shaliga J wrote a new item</title>
				<link>https://developerpublish.com/academy/?p=25660</link>
				<pubDate>Sat, 24 Jun 2023 05:22:32 +0000</pubDate>

									<content:encoded><![CDATA[<p>The ANSI stands for &#8221; American National Standard Institute.&#8221; It is an organization that maintains the broad range of disciplines including photographic film, computer languages, data encoding, mechanical parts, [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7f5261a4d6f500813812d6d8febf84f9</guid>
				<title>Shaliga J wrote a new item</title>
				<link>https://developerpublish.com/academy/?p=25659</link>
				<pubDate>Sat, 24 Jun 2023 04:41:42 +0000</pubDate>

									<content:encoded><![CDATA[<p>A loop running continuously for an indefinite number of times is called the infinite loop</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b1a3e7eee2f9fd21dcf22e8217b77811</guid>
				<title>Shaliga J wrote a new item</title>
				<link>https://developerpublish.com/academy/?p=25657</link>
				<pubDate>Sat, 24 Jun 2023 04:33:04 +0000</pubDate>

									<content:encoded><![CDATA[<p>The argument passed to the main() function while executing the program is known as command line argument. For example:     main(int count, char *args[]){    //code to be executed    }</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">45fb51242669be438578d859f223deab</guid>
				<title>Shaliga J wrote a new item</title>
				<link>https://developerpublish.com/academy/?p=25656</link>
				<pubDate>Sat, 24 Jun 2023 04:30:51 +0000</pubDate>

									<content:encoded><![CDATA[<p>In C, every local variable of a function is known as an automatic (auto) variable. Variables which are declared inside the function block are known as a local variable. The local variables are also known as an [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4796c2ad0296c76bbd5128c14ee1bd00</guid>
				<title>Shaliga J wrote a new item</title>
				<link>https://developerpublish.com/academy/?p=25655</link>
				<pubDate>Sat, 24 Jun 2023 04:28:54 +0000</pubDate>

									<content:encoded><![CDATA[<p>The union is a user-defined data type that allows storing multiple types of data in a single unit. However, it doesn&#8217;t occupy the sum of the memory of all members. It holds the memory of the largest member [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4bf3be8a586e4524eb64ceae342032dd</guid>
				<title>Shaliga J wrote a new item</title>
				<link>https://developerpublish.com/academy/?p=25653</link>
				<pubDate>Sat, 24 Jun 2023 04:26:45 +0000</pubDate>

									<content:encoded><![CDATA[<p>In case of static memory allocation, memory is allocated at compile time, and memory can&#8217;t be increased while executing the program. It is used in the array.  The lifetime of a variable in static memory is the [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">437a2d8b8ae9a27b1e8cf57e6b8738b3</guid>
				<title>Shaliga J wrote a new item</title>
				<link>https://developerpublish.com/academy/?p=25652</link>
				<pubDate>Sat, 24 Jun 2023 04:24:44 +0000</pubDate>

									<content:encoded><![CDATA[<p>In case of a pointer to pointer concept, one pointer refers to the address of another pointer. The pointer to pointer is a chain of pointers. Generally, the pointer contains the address of a variable. The pointer [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">34b92ca45acc94941d49d5e4c0cab680</guid>
				<title>Shaliga J wrote a new item</title>
				<link>https://developerpublish.com/academy/?p=25650</link>
				<pubDate>Sat, 24 Jun 2023 04:21:16 +0000</pubDate>

									<content:encoded><![CDATA[<p>C is called a mid-level programming language because it binds the low level and high -level programming language. We can use C language as a System programming to develop the operating system as well as an [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>