A<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
		<id>http://www.cppe.ru/index.php?action=history&amp;feed=atom&amp;title=C_Tutorial%2Fstdio.h%2Fscanf</id>
		<title>C Tutorial/stdio.h/scanf - История изменений</title>
		<link rel="self" type="application/atom+xml" href="http://www.cppe.ru/index.php?action=history&amp;feed=atom&amp;title=C_Tutorial%2Fstdio.h%2Fscanf"/>
		<link rel="alternate" type="text/html" href="http://www.cppe.ru/index.php?title=C_Tutorial/stdio.h/scanf&amp;action=history"/>
		<updated>2026-04-17T22:33:31Z</updated>
		<subtitle>История изменений этой страницы в вики</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>http://www.cppe.ru/index.php?title=C_Tutorial/stdio.h/scanf&amp;diff=3722&amp;oldid=prev</id>
		<title> в 14:21, 25 мая 2010</title>
		<link rel="alternate" type="text/html" href="http://www.cppe.ru/index.php?title=C_Tutorial/stdio.h/scanf&amp;diff=3722&amp;oldid=prev"/>
				<updated>2010-05-25T14:21:19Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style=&quot;vertical-align: top;&quot; lang=&quot;ru&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Предыдущая&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Версия 14:21, 25 мая 2010&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; style=&quot;text-align: center;&quot; lang=&quot;ru&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(нет различий)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
			</entry>

	<entry>
		<id>http://www.cppe.ru/index.php?title=C_Tutorial/stdio.h/scanf&amp;diff=3723&amp;oldid=prev</id>
		<title>Admin: 1 версия:&amp;#32;Импорт контента...</title>
		<link rel="alternate" type="text/html" href="http://www.cppe.ru/index.php?title=C_Tutorial/stdio.h/scanf&amp;diff=3723&amp;oldid=prev"/>
				<updated>2010-05-25T10:32:32Z</updated>
		
		<summary type="html">&lt;p&gt;1 версия: Импорт контента...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==scanf==&lt;br /&gt;
&lt;br /&gt;
Item&lt;br /&gt;
Value&lt;br /&gt;
Header file&lt;br /&gt;
stdio.h&lt;br /&gt;
Declaration&lt;br /&gt;
int scanf(const char *format, ...);&lt;br /&gt;
Function&lt;br /&gt;
read input.&lt;br /&gt;
&amp;lt;p&amp;gt;The control string pointed to by format consists of three classifications of characters:&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;OL&amp;gt;&amp;lt;LI&amp;gt;Format specifiers&amp;lt;/LI&amp;gt;&amp;lt;LI&amp;gt;White-space characters&amp;lt;/LI&amp;gt;&amp;lt;LI&amp;gt;Non-white-space characters&amp;lt;/LI&amp;gt;&amp;lt;/OL&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;The scanf() Format Specifiers&amp;lt;/p&amp;gt;&lt;br /&gt;
Code&lt;br /&gt;
Meaning&lt;br /&gt;
%a&lt;br /&gt;
Read a floating-point value (C99 only)&lt;br /&gt;
%A&lt;br /&gt;
Same as %a (C99 only)&lt;br /&gt;
%c&lt;br /&gt;
Read a single character&lt;br /&gt;
%d&lt;br /&gt;
Read a decimal integer&lt;br /&gt;
%i&lt;br /&gt;
Read an integer in either decimal, octal, or hexadecimal format&lt;br /&gt;
%e&lt;br /&gt;
Read a floating-point number&lt;br /&gt;
%E&lt;br /&gt;
Same as %e&lt;br /&gt;
%f&lt;br /&gt;
Read a floating-point number&lt;br /&gt;
%F&lt;br /&gt;
Same as %f (C99 only)&lt;br /&gt;
%g&lt;br /&gt;
Read a floating-point number&lt;br /&gt;
%G&lt;br /&gt;
Same as %g&lt;br /&gt;
%o&lt;br /&gt;
Read an octal number&lt;br /&gt;
%s&lt;br /&gt;
Read a string&lt;br /&gt;
%x&lt;br /&gt;
Read a hexadecimal number&lt;br /&gt;
%X&lt;br /&gt;
Same as %x&lt;br /&gt;
%p&lt;br /&gt;
Read a pointer&lt;br /&gt;
%n&lt;br /&gt;
Receive an integer value equal to the number of characters read so far&lt;br /&gt;
%u&lt;br /&gt;
Read an unsigned decimal integer&lt;br /&gt;
%[ ]&lt;br /&gt;
Scan for a set of characters&lt;br /&gt;
%%&lt;br /&gt;
Read a percent sign&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	</feed>