<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Programing Archives - TECHAntena</title>
	<atom:link href="https://www.techantena.com/category/programing/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.techantena.com/category/programing/</link>
	<description>Tech &#38; Programming Tutorials</description>
	<lastBuildDate>Sun, 26 Mar 2023 12:12:43 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.techantena.com/wp-content/uploads/2019/03/logo_icon.png</url>
	<title>Programing Archives - TECHAntena</title>
	<link>https://www.techantena.com/category/programing/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">109684828</site>	<item>
		<title>C Program to Find the Largest Number Among Three Numbers</title>
		<link>https://www.techantena.com/4991/c-program-to-find-the-largest-number-among-three-numbers/</link>
					<comments>https://www.techantena.com/4991/c-program-to-find-the-largest-number-among-three-numbers/#respond</comments>
		
		<dc:creator><![CDATA[Adeeb C]]></dc:creator>
		<pubDate>Sun, 26 Mar 2023 12:12:43 +0000</pubDate>
				<category><![CDATA[C]]></category>
		<category><![CDATA[Programing]]></category>
		<category><![CDATA[C Programs and Algorithms]]></category>
		<guid isPermaLink="false">https://www.techantena.com/?p=4991</guid>

					<description><![CDATA[<p>In this article, we will discuss a C program that allows you to find the largest number among three given numbers. The tutorial includes a detailed explanation of the algorithm, example code, and a mermaid diagram to help you understand the process. Algorithm to Determine the Largest Number The algorithm we will implement follows these [&#8230;]</p>
<p>The post <a href="https://www.techantena.com/4991/c-program-to-find-the-largest-number-among-three-numbers/">C Program to Find the Largest Number Among Three Numbers</a> appeared first on <a href="https://www.techantena.com">TECHAntena</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.techantena.com/4991/c-program-to-find-the-largest-number-among-three-numbers/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4991</post-id>	</item>
		<item>
		<title>sleep() Function in PHP &#8211; When to Use &#038; Examples</title>
		<link>https://www.techantena.com/4973/sleep-function-php/</link>
					<comments>https://www.techantena.com/4973/sleep-function-php/#respond</comments>
		
		<dc:creator><![CDATA[Adeeb C]]></dc:creator>
		<pubDate>Sat, 25 Mar 2023 10:44:39 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programing]]></category>
		<category><![CDATA[PHP Functions]]></category>
		<guid isPermaLink="false">https://www.techantena.com/?p=4973</guid>

					<description><![CDATA[<p>In this article, we&#8217;ll dive into the sleep() function in PHP, exploring its purpose, usage, and potential applications in real-world projects. By understanding how to effectively harness the power of sleep(), you can optimize your PHP scripts and create more efficient, responsive applications. Understanding the sleep() Function in PHP The sleep() function is a built-in [&#8230;]</p>
<p>The post <a href="https://www.techantena.com/4973/sleep-function-php/">sleep() Function in PHP &#8211; When to Use &#038; Examples</a> appeared first on <a href="https://www.techantena.com">TECHAntena</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.techantena.com/4973/sleep-function-php/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4973</post-id>	</item>
		<item>
		<title>Algorithm to find factorial of a number using iteration in C program</title>
		<link>https://www.techantena.com/4931/algorithm-to-find-factorial-of-a-number-using-iteration-in-c/</link>
					<comments>https://www.techantena.com/4931/algorithm-to-find-factorial-of-a-number-using-iteration-in-c/#respond</comments>
		
		<dc:creator><![CDATA[Adeeb C]]></dc:creator>
		<pubDate>Sun, 29 Jan 2023 04:06:20 +0000</pubDate>
				<category><![CDATA[C]]></category>
		<category><![CDATA[Programing]]></category>
		<category><![CDATA[C Programs and Algorithms]]></category>
		<guid isPermaLink="false">https://www.techantena.com/?p=4931</guid>

					<description><![CDATA[<p>Here is the Algorithm to find factorial of a number using iteration and with examples in C program. Factorial of a Number using Iteration Algorithm Initialize a variable &#8220;num&#8221; to store the input number, a variable &#8220;i&#8221; to use as a counter in the loop, and a variable &#8220;fact&#8221; to store the factorial result, initially [&#8230;]</p>
<p>The post <a href="https://www.techantena.com/4931/algorithm-to-find-factorial-of-a-number-using-iteration-in-c/">Algorithm to find factorial of a number using iteration in C program</a> appeared first on <a href="https://www.techantena.com">TECHAntena</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.techantena.com/4931/algorithm-to-find-factorial-of-a-number-using-iteration-in-c/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4931</post-id>	</item>
		<item>
		<title>C Program to Check a Armstrong Number with Algorithm</title>
		<link>https://www.techantena.com/4870/c-program-to-check-a-armstrong-number-with-algorithm/</link>
					<comments>https://www.techantena.com/4870/c-program-to-check-a-armstrong-number-with-algorithm/#comments</comments>
		
		<dc:creator><![CDATA[Adeeb C]]></dc:creator>
		<pubDate>Wed, 18 Nov 2020 00:35:34 +0000</pubDate>
				<category><![CDATA[C]]></category>
		<category><![CDATA[Programing]]></category>
		<category><![CDATA[C Programs and Algorithms]]></category>
		<guid isPermaLink="false">https://www.techantena.com/?p=4870</guid>

					<description><![CDATA[<p>Here we discuss the C Program to Check a Armstrong Number with the help of step by step algorithm. Aim: Write a C Program to Check weather a given number is Armstrong or not. Algorithm: Step 1: Begin Step 2: Read an integer value and assign to a variable num Step 3: Copy the value [&#8230;]</p>
<p>The post <a href="https://www.techantena.com/4870/c-program-to-check-a-armstrong-number-with-algorithm/">C Program to Check a Armstrong Number with Algorithm</a> appeared first on <a href="https://www.techantena.com">TECHAntena</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.techantena.com/4870/c-program-to-check-a-armstrong-number-with-algorithm/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4870</post-id>	</item>
		<item>
		<title>C Program to Print Alphabets from a-z with Algorithm</title>
		<link>https://www.techantena.com/4864/c-program-to-print-alphabets-from-a-z/</link>
					<comments>https://www.techantena.com/4864/c-program-to-print-alphabets-from-a-z/#respond</comments>
		
		<dc:creator><![CDATA[Adeeb C]]></dc:creator>
		<pubDate>Tue, 17 Nov 2020 20:22:12 +0000</pubDate>
				<category><![CDATA[C]]></category>
		<category><![CDATA[Programing]]></category>
		<category><![CDATA[C Programs and Algorithms]]></category>
		<guid isPermaLink="false">https://www.techantena.com/?p=4864</guid>

					<description><![CDATA[<p>Here, we just get a look into a C program to print alphabets from a-z and it&#8217;s step by step algorithm. Aim: Write a C program to print English alphabets from a-z. Algorithm: Step 1: Start the program. Step 2: Read the value of the character variable namely le. step 3: Set a loop counter [&#8230;]</p>
<p>The post <a href="https://www.techantena.com/4864/c-program-to-print-alphabets-from-a-z/">C Program to Print Alphabets from a-z with Algorithm</a> appeared first on <a href="https://www.techantena.com">TECHAntena</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.techantena.com/4864/c-program-to-print-alphabets-from-a-z/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4864</post-id>	</item>
		<item>
		<title>C Program to Find Maximum and Minimum Number in An Array with Algorithm</title>
		<link>https://www.techantena.com/4858/c-program-to-find-maximum-and-minimum-number-in-an-array/</link>
					<comments>https://www.techantena.com/4858/c-program-to-find-maximum-and-minimum-number-in-an-array/#respond</comments>
		
		<dc:creator><![CDATA[Adeeb C]]></dc:creator>
		<pubDate>Sun, 08 Nov 2020 18:41:54 +0000</pubDate>
				<category><![CDATA[C]]></category>
		<category><![CDATA[Programing]]></category>
		<guid isPermaLink="false">https://www.techantena.com/?p=4858</guid>

					<description><![CDATA[<p>Here is the C program and step by step algorithm to find maximum and minimum number in array. Algorithm &#38; C Program to Find Maximum and Minimum Number in An Array Aim: Write a C program to find the maximum and minimum numbers in an array. Algorithm Step 1: Begin. Step 2: Declare an integer [&#8230;]</p>
<p>The post <a href="https://www.techantena.com/4858/c-program-to-find-maximum-and-minimum-number-in-an-array/">C Program to Find Maximum and Minimum Number in An Array with Algorithm</a> appeared first on <a href="https://www.techantena.com">TECHAntena</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.techantena.com/4858/c-program-to-find-maximum-and-minimum-number-in-an-array/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4858</post-id>	</item>
		<item>
		<title>Normalization in a Database with Example Tables</title>
		<link>https://www.techantena.com/4839/normalization-in-a-database-with-example-tables/</link>
					<comments>https://www.techantena.com/4839/normalization-in-a-database-with-example-tables/#respond</comments>
		
		<dc:creator><![CDATA[Durga]]></dc:creator>
		<pubDate>Fri, 06 Nov 2020 16:05:14 +0000</pubDate>
				<category><![CDATA[DBMS]]></category>
		<category><![CDATA[Database]]></category>
		<guid isPermaLink="false">https://www.techantena.com/?p=4839</guid>

					<description><![CDATA[<p>Here we discuss the normalization in a database with example tables. Normalization a process that minimizes the redundancy in database. Normalization was developed by EF code in 1972. The main objective of normalization is to develop a logical data model for a relational database system is to create an accurate representation of data, its relationship, [&#8230;]</p>
<p>The post <a href="https://www.techantena.com/4839/normalization-in-a-database-with-example-tables/">Normalization in a Database with Example Tables</a> appeared first on <a href="https://www.techantena.com">TECHAntena</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.techantena.com/4839/normalization-in-a-database-with-example-tables/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4839</post-id>	</item>
		<item>
		<title>Weak Entity Set and Strong Entity Set in DBMS</title>
		<link>https://www.techantena.com/4829/weak-entity-set-and-strong-entity-set-in-dbms/</link>
					<comments>https://www.techantena.com/4829/weak-entity-set-and-strong-entity-set-in-dbms/#respond</comments>
		
		<dc:creator><![CDATA[Abhaya Sasidharan]]></dc:creator>
		<pubDate>Fri, 06 Nov 2020 14:45:41 +0000</pubDate>
				<category><![CDATA[DBMS]]></category>
		<category><![CDATA[Database]]></category>
		<guid isPermaLink="false">https://www.techantena.com/?p=4829</guid>

					<description><![CDATA[<p>An entity in DBMS can be a real-world object with physical existence. Here we discuss and compare the Weak Entity Set and Strong Entity Set in DBMS. It defines the type of data stored in the database which is nothing but simply a database table. For example, in a college database, the entity can be [&#8230;]</p>
<p>The post <a href="https://www.techantena.com/4829/weak-entity-set-and-strong-entity-set-in-dbms/">Weak Entity Set and Strong Entity Set in DBMS</a> appeared first on <a href="https://www.techantena.com">TECHAntena</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.techantena.com/4829/weak-entity-set-and-strong-entity-set-in-dbms/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4829</post-id>	</item>
		<item>
		<title>Instance and schema in DBMS</title>
		<link>https://www.techantena.com/4819/instance-and-schema-in-dbms/</link>
					<comments>https://www.techantena.com/4819/instance-and-schema-in-dbms/#respond</comments>
		
		<dc:creator><![CDATA[Abhaya Sasidharan]]></dc:creator>
		<pubDate>Fri, 06 Nov 2020 09:05:19 +0000</pubDate>
				<category><![CDATA[DBMS]]></category>
		<category><![CDATA[Database]]></category>
		<guid isPermaLink="false">https://www.techantena.com/?p=4819</guid>

					<description><![CDATA[<p>Instance and Schema are the most irreplaceable terms in Database Management System. These two are the main reason behind the existence of a structured database. Let&#8217;s look into Instance and schema in DBMS here. Instance and schema in DBMS Instance An instance is defined as the data or collection of information stored in a database [&#8230;]</p>
<p>The post <a href="https://www.techantena.com/4819/instance-and-schema-in-dbms/">Instance and schema in DBMS</a> appeared first on <a href="https://www.techantena.com">TECHAntena</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.techantena.com/4819/instance-and-schema-in-dbms/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4819</post-id>	</item>
		<item>
		<title>ACID Properties of Transaction in Database</title>
		<link>https://www.techantena.com/4814/acid-properties-of-transaction/</link>
					<comments>https://www.techantena.com/4814/acid-properties-of-transaction/#respond</comments>
		
		<dc:creator><![CDATA[Abhaya Sasidharan]]></dc:creator>
		<pubDate>Fri, 06 Nov 2020 01:04:15 +0000</pubDate>
				<category><![CDATA[DBMS]]></category>
		<category><![CDATA[Database]]></category>
		<guid isPermaLink="false">https://www.techantena.com/?p=4814</guid>

					<description><![CDATA[<p>Transaction Processing is a model of computing, typically performed by large server computers, that supports interactive applications. Generally, in Transaction Processing, work is divided into individual, indivisible operations, known to be Transactions. Here we describe the ACID properties of the transaction in database management system. It is defined as a group of tasks, a single [&#8230;]</p>
<p>The post <a href="https://www.techantena.com/4814/acid-properties-of-transaction/">ACID Properties of Transaction in Database</a> appeared first on <a href="https://www.techantena.com">TECHAntena</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.techantena.com/4814/acid-properties-of-transaction/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4814</post-id>	</item>
	</channel>
</rss>
