<?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>what are header files in c - Wikitechy</title>
	<atom:link href="https://www.wikitechy.com/interview-questions/tag/what-are-header-files-in-c/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.wikitechy.com/interview-questions/tag/what-are-header-files-in-c/</link>
	<description>Interview Questions</description>
	<lastBuildDate>Fri, 07 Oct 2022 06:03:47 +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.wikitechy.com/interview-questions/wp-content/uploads/2025/10/cropped-wikitechy-icon-32x32.png</url>
	<title>what are header files in c - Wikitechy</title>
	<link>https://www.wikitechy.com/interview-questions/tag/what-are-header-files-in-c/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>What is a header file in C ? What will happen if we include a header file twice in a C program ?</title>
		<link>https://www.wikitechy.com/interview-questions/c/what-is-a-header-file-in-c-what-will-happen-if-we-include-a-header-file-twice-in-a-c-program/</link>
					<comments>https://www.wikitechy.com/interview-questions/c/what-is-a-header-file-in-c-what-will-happen-if-we-include-a-header-file-twice-in-a-c-program/#respond</comments>
		
		<dc:creator><![CDATA[webmaster]]></dc:creator>
		<pubDate>Fri, 07 Oct 2022 06:03:47 +0000</pubDate>
				<category><![CDATA[C]]></category>
		<category><![CDATA[c including header files multiple times]]></category>
		<category><![CDATA[Header Files in C]]></category>
		<category><![CDATA[Header files in C/C++ and its uses]]></category>
		<category><![CDATA[Header files in C/C++ with Examples]]></category>
		<category><![CDATA[if we include the same header file twice]]></category>
		<category><![CDATA[In C language]]></category>
		<category><![CDATA[including a header file twice in c]]></category>
		<category><![CDATA[list of header files in c its function]]></category>
		<category><![CDATA[use of header file in c]]></category>
		<category><![CDATA[what are header files in c]]></category>
		<category><![CDATA[What happens if we include header file for two times in a C]]></category>
		<category><![CDATA[what is header file in c]]></category>
		<category><![CDATA[What will happen if we include a header file twice]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=4954</guid>

					<description><![CDATA[Header files store the definitions and rules for different built-in functions in the C program. For example, printf(), scanf() functions are defined in stdio.h header file. A header file is a file with extention .h which contains C function declarations and macro definitions to be shared between several source files. There are two types of [&#8230;]]]></description>
										<content:encoded><![CDATA[<ul>
<li>Header files store the definitions and rules for different built-in functions in the C program.</li>
<li>For example, printf(), scanf() functions are defined in stdio.h header file.</li>
<li>A header file is a file with extention .h which contains C function declarations and macro definitions to be shared between several source files.</li>
<li>There are two types of header file-files that a programmer writes and a file that comes with your compiler.</li>
<li>Every header file contains a set of predefined functions, which makes c programming simpler.</li>
<li>We should include the header file at the start of the program to be able to use the functions defined in the program.</li>
<li>When header files are added twice in a program, the compiler will process its contents twice.</li>
<li>This may cause an error when the compiler sees the same structure definition twice<strong>.</strong></li>
</ul>
<p><img fetchpriority="high" decoding="async" class="alignnone size-full wp-image-4955" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/10/what-is-header-file-in-c.jpg" alt="" width="845" height="469" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/10/what-is-header-file-in-c.jpg 845w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/10/what-is-header-file-in-c-300x167.jpg 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/10/what-is-header-file-in-c-768x426.jpg 768w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/10/what-is-header-file-in-c-390x216.jpg 390w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/10/what-is-header-file-in-c-820x455.jpg 820w" sizes="(max-width: 845px) 100vw, 845px" /></p>
<p><strong> </strong></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/c/what-is-a-header-file-in-c-what-will-happen-if-we-include-a-header-file-twice-in-a-c-program/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
