<?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 interview questions Archives - TECHAntena</title>
	<atom:link href="https://www.techantena.com/tag/c-interview-questions/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.techantena.com/tag/c-interview-questions/</link>
	<description>Tech &#38; Programming Tutorials</description>
	<lastBuildDate>Wed, 18 Nov 2020 00:36:21 +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>c interview questions Archives - TECHAntena</title>
	<link>https://www.techantena.com/tag/c-interview-questions/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">109684828</site>	<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>
		<item>
		<title>C Program to Swap two Variables Without a Third Variable</title>
		<link>https://www.techantena.com/4536/c-program-to-swap-two-variables-without-a-third-variable/</link>
					<comments>https://www.techantena.com/4536/c-program-to-swap-two-variables-without-a-third-variable/#respond</comments>
		
		<dc:creator><![CDATA[Adeeb C]]></dc:creator>
		<pubDate>Sat, 23 Sep 2017 14:43:01 +0000</pubDate>
				<category><![CDATA[C]]></category>
		<category><![CDATA[Programing]]></category>
		<category><![CDATA[c interview questions]]></category>
		<guid isPermaLink="false">https://www.techantena.com/?p=4536</guid>

					<description><![CDATA[<p>In many cases, we swap variables with help of a temp or third variable. Here is the C program to swap two variables without using a third variable. Swapping two variables by no using the third variable is a common question in C interview questions. C Program to Swap two Variables Without a Third Variable [&#8230;]</p>
<p>The post <a href="https://www.techantena.com/4536/c-program-to-swap-two-variables-without-a-third-variable/">C Program to Swap two Variables Without a Third Variable</a> appeared first on <a href="https://www.techantena.com">TECHAntena</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.techantena.com/4536/c-program-to-swap-two-variables-without-a-third-variable/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4536</post-id>	</item>
		<item>
		<title>C Interview Questions &#8211; To Make Your Interview Success</title>
		<link>https://www.techantena.com/4531/c-interview-questions/</link>
					<comments>https://www.techantena.com/4531/c-interview-questions/#respond</comments>
		
		<dc:creator><![CDATA[Adeeb C]]></dc:creator>
		<pubDate>Sat, 23 Sep 2017 05:54:59 +0000</pubDate>
				<category><![CDATA[C]]></category>
		<category><![CDATA[Programing]]></category>
		<category><![CDATA[c interview questions]]></category>
		<guid isPermaLink="false">https://www.techantena.com/?p=4531</guid>

					<description><![CDATA[<p>Do you want to pass out your interview successfully? These C interview questions might help you to pass your interview successfully. Here I&#8217;m sharing you the most commonly asked and important C questions for interviews. C Interview Questions &#8211; To Make Your Interview Success C Program to Print &#8216;Hello World&#8217; Without Using Semicolon C Program [&#8230;]</p>
<p>The post <a href="https://www.techantena.com/4531/c-interview-questions/">C Interview Questions &#8211; To Make Your Interview Success</a> appeared first on <a href="https://www.techantena.com">TECHAntena</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.techantena.com/4531/c-interview-questions/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4531</post-id>	</item>
		<item>
		<title>C Program to Print &#8216;Hello World&#8217; Without Using Semicolon</title>
		<link>https://www.techantena.com/4530/c-program-print-hello-world-without-using-semicolon/</link>
					<comments>https://www.techantena.com/4530/c-program-print-hello-world-without-using-semicolon/#respond</comments>
		
		<dc:creator><![CDATA[Adeeb C]]></dc:creator>
		<pubDate>Sat, 23 Sep 2017 05:44:13 +0000</pubDate>
				<category><![CDATA[C]]></category>
		<category><![CDATA[Programing]]></category>
		<category><![CDATA[c interview questions]]></category>
		<category><![CDATA[hello world]]></category>
		<guid isPermaLink="false">https://www.techantena.com/?p=4530</guid>

					<description><![CDATA[<p>Every beginner starts their learning of a programming language by printing the &#8216;Hello World&#8217;. Do you know in C, you can print &#8216;Hello World&#8217; without using the semicolon. Printing Hello World without using a semicolon is a common question in c interview questions. Print &#8216;Hello World&#8217; Without Using Semicolon Here I&#8217;m explaining three different methods to print the &#8216;hello [&#8230;]</p>
<p>The post <a href="https://www.techantena.com/4530/c-program-print-hello-world-without-using-semicolon/">C Program to Print &#8216;Hello World&#8217; Without Using Semicolon</a> appeared first on <a href="https://www.techantena.com">TECHAntena</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.techantena.com/4530/c-program-print-hello-world-without-using-semicolon/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4530</post-id>	</item>
	</channel>
</rss>
