<?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>C Archives - TECHAntena</title>
	<atom:link href="https://www.techantena.com/category/programing/c/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.techantena.com/category/programing/c/</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.1</generator>

<image>
	<url>https://www.techantena.com/wp-content/uploads/2019/03/logo_icon.png</url>
	<title>C Archives - TECHAntena</title>
	<link>https://www.techantena.com/category/programing/c/</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>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>C Program to Print Fibonacci Series &#8211; with and without using Recursion</title>
		<link>https://www.techantena.com/4719/c-program-fibonacci-series/</link>
					<comments>https://www.techantena.com/4719/c-program-fibonacci-series/#respond</comments>
		
		<dc:creator><![CDATA[Adeeb C]]></dc:creator>
		<pubDate>Mon, 27 Jul 2020 05:45:00 +0000</pubDate>
				<category><![CDATA[C]]></category>
		<category><![CDATA[Programing]]></category>
		<guid isPermaLink="false">https://www.techantena.com/?p=4719</guid>

					<description><![CDATA[<p>Here is the C program to print the Fibonacci series numbers using recursion and without using recursion. C Program to Print Fibonacci Series Before that let us learn what is meant by the Fibonacci series and Fibonacci  number. What is Fibonacci Series? It is a series of numbers in which each number ( Fibonacci number [&#8230;]</p>
<p>The post <a href="https://www.techantena.com/4719/c-program-fibonacci-series/">C Program to Print Fibonacci Series &#8211; with and without using Recursion</a> appeared first on <a href="https://www.techantena.com">TECHAntena</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.techantena.com/4719/c-program-fibonacci-series/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4719</post-id>	</item>
		<item>
		<title>C Programs to Print Half Pyramid, Full Pyramid (Star and Number)</title>
		<link>https://www.techantena.com/4706/c-programs-print-pyramid/</link>
					<comments>https://www.techantena.com/4706/c-programs-print-pyramid/#respond</comments>
		
		<dc:creator><![CDATA[Adeeb C]]></dc:creator>
		<pubDate>Sun, 26 Jul 2020 11:24:06 +0000</pubDate>
				<category><![CDATA[C]]></category>
		<category><![CDATA[Programing]]></category>
		<guid isPermaLink="false">https://www.techantena.com/?p=4706</guid>

					<description><![CDATA[<p>Here are the C Programs to print half pyramid, full pyramid, star pyramid, and number pyramid. C Program to Print Pyramid Various programs to print pyramid using C language. Half Star Pyramid &#8211; C Program Aim: Write a C program to print half star pyramid. Program: #include&#60;stdio.h&#62; int main() { int i, j, n; printf("Number [&#8230;]</p>
<p>The post <a href="https://www.techantena.com/4706/c-programs-print-pyramid/">C Programs to Print Half Pyramid, Full Pyramid (Star and Number)</a> appeared first on <a href="https://www.techantena.com">TECHAntena</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.techantena.com/4706/c-programs-print-pyramid/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4706</post-id>	</item>
		<item>
		<title>C Program to Add Two Integer Numbers</title>
		<link>https://www.techantena.com/4698/c-program-to-add-two-integer-numbers/</link>
					<comments>https://www.techantena.com/4698/c-program-to-add-two-integer-numbers/#respond</comments>
		
		<dc:creator><![CDATA[Adeeb C]]></dc:creator>
		<pubDate>Sun, 26 Jul 2020 08:37:18 +0000</pubDate>
				<category><![CDATA[C]]></category>
		<category><![CDATA[Programing]]></category>
		<guid isPermaLink="false">https://www.techantena.com/?p=4698</guid>

					<description><![CDATA[<p>C Program and algorithm to find the sum of two integers entered during the execution of the program. C Program &#38; Algorithm to find the sum of two integers Aim: Write a C Program to find the sum of two integer numbers. Algorithm Step 1: Start Step 2: Read the first number Step 3: Read [&#8230;]</p>
<p>The post <a href="https://www.techantena.com/4698/c-program-to-add-two-integer-numbers/">C Program to Add Two Integer Numbers</a> appeared first on <a href="https://www.techantena.com">TECHAntena</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.techantena.com/4698/c-program-to-add-two-integer-numbers/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4698</post-id>	</item>
		<item>
		<title>C Program for Basic Calculator</title>
		<link>https://www.techantena.com/4691/c-program-for-basic-calculator/</link>
					<comments>https://www.techantena.com/4691/c-program-for-basic-calculator/#respond</comments>
		
		<dc:creator><![CDATA[Adeeb C]]></dc:creator>
		<pubDate>Sun, 12 Jul 2020 07:27:17 +0000</pubDate>
				<category><![CDATA[C]]></category>
		<category><![CDATA[Programing]]></category>
		<guid isPermaLink="false">https://www.techantena.com/?p=4691</guid>

					<description><![CDATA[<p>Here is the C Program for the basic calculator. This is a simple calculator to do the basic arithmetics operations like addition, subtraction, multiplication, and division. C Program for Basic Calculator #include&#60;stdio.h&#62; int main() { char yes; int num1, num2, result, choice; yes = 'y'; while(yes == 'y' &#124;&#124; yes == 'Y') { printf("Enter First [&#8230;]</p>
<p>The post <a href="https://www.techantena.com/4691/c-program-for-basic-calculator/">C Program for Basic Calculator</a> appeared first on <a href="https://www.techantena.com">TECHAntena</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.techantena.com/4691/c-program-for-basic-calculator/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4691</post-id>	</item>
		<item>
		<title>C Program to Find Size of Structure Without Using sizeof Operator</title>
		<link>https://www.techantena.com/4541/c-program-find-size-structure-without-using-sizeof-operator/</link>
					<comments>https://www.techantena.com/4541/c-program-find-size-structure-without-using-sizeof-operator/#respond</comments>
		
		<dc:creator><![CDATA[Adeeb C]]></dc:creator>
		<pubDate>Sat, 23 Sep 2017 15:16:02 +0000</pubDate>
				<category><![CDATA[C]]></category>
		<category><![CDATA[Programing]]></category>
		<category><![CDATA[c interview questions]]></category>
		<guid isPermaLink="false">https://www.techantena.com/?p=4541</guid>

					<description><![CDATA[<p>Here is the C program to find the size of structure without using the &#8216;sizeof&#8217; operator. It is the most repeated one among C interview questions to find the size of the structure in C without the use of sizeof operator. C Program to Find Size of Structure Without Using sizeof Operator Program: struct mystruct{ [&#8230;]</p>
<p>The post <a href="https://www.techantena.com/4541/c-program-find-size-structure-without-using-sizeof-operator/">C Program to Find Size of Structure Without Using sizeof Operator</a> appeared first on <a href="https://www.techantena.com">TECHAntena</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.techantena.com/4541/c-program-find-size-structure-without-using-sizeof-operator/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4541</post-id>	</item>
	</channel>
</rss>
