<?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>scanf() used for - Wikitechy</title>
	<atom:link href="https://www.wikitechy.com/interview-questions/tag/scanf-used-for/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.wikitechy.com/interview-questions/tag/scanf-used-for/</link>
	<description>Interview Questions</description>
	<lastBuildDate>Mon, 03 Oct 2022 12:05:56 +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>scanf() used for - Wikitechy</title>
	<link>https://www.wikitechy.com/interview-questions/tag/scanf-used-for/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>What is the use of printf() and scanf() functions ?</title>
		<link>https://www.wikitechy.com/interview-questions/c/what-is-the-use-of-printf-and-scanf-functions/</link>
					<comments>https://www.wikitechy.com/interview-questions/c/what-is-the-use-of-printf-and-scanf-functions/#respond</comments>
		
		<dc:creator><![CDATA[webmaster]]></dc:creator>
		<pubDate>Mon, 03 Oct 2022 12:05:56 +0000</pubDate>
				<category><![CDATA[C]]></category>
		<category><![CDATA[c input/output]]></category>
		<category><![CDATA[c printf() and scanf() functions]]></category>
		<category><![CDATA[fprintf in c]]></category>
		<category><![CDATA[printf and scanf functions in c]]></category>
		<category><![CDATA[printf scanf in c]]></category>
		<category><![CDATA[printf() and scanf()]]></category>
		<category><![CDATA[return values of printf() and scanf() in c]]></category>
		<category><![CDATA[scanf and printf in c]]></category>
		<category><![CDATA[scanf string in c]]></category>
		<category><![CDATA[scanf syntax]]></category>
		<category><![CDATA[scanf() used for]]></category>
		<category><![CDATA[syntax of printf in c]]></category>
		<category><![CDATA[use of printf in c]]></category>
		<category><![CDATA[what is the use of printf() and scanf() functions]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=4931</guid>

					<description><![CDATA[Scanf() Scanf() is the most commonly used in C langauage. They are inbuilt functions in the c program which is in the stdio.h(header file). It is an input function in the c program that takes input values from the user. It is a function that reads formatted data from stdin(standard input stream), which is keyboard, [&#8230;]]]></description>
										<content:encoded><![CDATA[<h2 id=""><img fetchpriority="high" decoding="async" class="alignnone size-full wp-image-4932 aligncenter" src="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/10/difference-between-scanf-and-printf.jpg" alt="" width="875" height="435" srcset="https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/10/difference-between-scanf-and-printf.jpg 875w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/10/difference-between-scanf-and-printf-300x149.jpg 300w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/10/difference-between-scanf-and-printf-768x382.jpg 768w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/10/difference-between-scanf-and-printf-390x194.jpg 390w, https://www.wikitechy.com/interview-questions/wp-content/uploads/2022/10/difference-between-scanf-and-printf-820x408.jpg 820w" sizes="(max-width: 875px) 100vw, 875px" /></h2>
<h2 id="scanf" style="text-align: justify;"><strong>Scanf()</strong></h2>
<ul style="text-align: justify;">
<li>Scanf() is the most commonly used in C langauage.</li>
<li>They are inbuilt functions in the c program which is in the stdio.h(header file).</li>
<li>It is an input function in the c program that takes input values from the user.</li>
<li>It is a function that reads formatted data from stdin(standard input stream), which is keyboard, unless redirected, and then writes the results to arguments.</li>
</ul>
<h2 id="printf" style="text-align: justify;"><strong>Printf()</strong></h2>
<ul style="text-align: justify;">
<li>Printf() is used to display the output.</li>
<li>They are inbuilt functions in the c program which is in the stdio.h(header file).</li>
<li>It is a function that prints a string on the screen using a format string that contains mix of several strings.</li>
<li>It produces a final string to be printed on the screen.</li>
<li>It is an output function in the c program that prints output values to the console.</li>
</ul>
<p>&nbsp;</p>
<p style="text-align: justify;">
<p style="text-align: justify;">
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/c/what-is-the-use-of-printf-and-scanf-functions/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
