-
Notifications
You must be signed in to change notification settings - Fork 25
/
ch04.html
3 lines (3 loc) · 2.27 KB
/
ch04.html
1
2
3
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>第 4 章 分支语句</title><link rel="stylesheet" href="styles.css" type="text/css" /><meta name="generator" content="DocBook XSL Stylesheets V1.73.2" /><link rel="start" href="index.html" title="Linux C编程一站式学习" /><link rel="up" href="pt01.html" title="部分 I. C语言入门" /><link rel="prev" href="ch03s04.html" title="4. 全局变量、局部变量和作用域" /><link rel="next" href="ch04s01.html" title="1. if语句" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">第 4 章 分支语句</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch03s04.html">上一页</a> </td><th width="60%" align="center">部分 I. C语言入门</th><td width="20%" align="right"> <a accesskey="n" href="ch04s01.html">下一页</a></td></tr></table><hr /></div><div class="chapter" lang="zh-cn" xml:lang="zh-cn"><div class="titlepage"><div><div><h2 class="title"><a id="id2718039"></a>第 4 章 分支语句</h2></div></div></div><div class="toc"><p><b>目录</b></p><dl><dt><span class="sect1"><a href="ch04s01.html">1. if语句</a></span></dt><dt><span class="sect1"><a href="ch04s02.html">2. if/else语句</a></span></dt><dt><span class="sect1"><a href="ch04s03.html">3. 布尔代数</a></span></dt><dt><span class="sect1"><a href="ch04s04.html">4. switch语句</a></span></dt></dl></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch03s04.html">上一页</a> </td><td width="20%" align="center"><a accesskey="u" href="pt01.html">上一级</a></td><td width="40%" align="right"> <a accesskey="n" href="ch04s01.html">下一页</a></td></tr><tr><td width="40%" align="left" valign="top">4. 全局变量、局部变量和作用域 </td><td width="20%" align="center"><a accesskey="h" href="index.html">起始页</a></td><td width="40%" align="right" valign="top"> 1. if语句</td></tr></table></div></body></html>