c106.htm

来自「经典c语言教程」· HTM 代码 · 共 45 行

HTM
45
字号
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>概要</title>
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
<script language="javascript">
   var prePage="http://www.nec.sjtu.edu.cn/support/Course/C/c/c10/c/c10/c105.htm";
   var nextPage="c/c11/compile.htm";
	function showwin(url,winname,properties){
		window.open(url,winname,properties)
	}

</script>

<link rel="stylesheet" href="../cstyle.css" type="text/css">
</head>

<body background="../img/mainback.jpg" bgproperties="fixed">

<h2 align="center"><font face="楷体_GB2312">10.6 概要</font></h2>

<hr>

<blockquote>
  <p>在这一章中, 你已经学过了: <ul>
    <li>getchar() ---- 从标准输入文件中读取单个字符。</li>
    <li>putchar() ---- 向标准输出文件中写入单个字符。</li>
    <li>scanf() ---- 从标准输入文件中, 格式化地读取数据。</li>
    <li>printf() ---- 向标准输出文件中, 格式化地写入数据。</li>
    <li>&lt; ---- 从输入文件中输入数据</li>
    <li>&gt; ---- 向输出文件输出数据</li>
    <li>EOF ---- 文件结束指示符。</li>
    <li>fopen() ----- 打开文件</li>
    <li>fclose() ----- 关闭文件</li>
    <li>fscanf() ----- 从打开的文件中读入数据。</li>
    <li>fprintf() ----- 向打开的文件写入数据。</li>
  </ul>
</blockquote>

<p align="center"><a href="http://www.nec.sjtu.edu.cn/support/Course/C/c/c11/compile.htm"><img src="../img/next.gif" width="145"
height="30" alt="next.gif (3633 bytes)" border="0"></a></p>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?