⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 c语言关键字.htm

📁 用C语言编写的一些源码示例
💻 HTM
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- saved from url=(0051)http://www.math.pku.edu.cn/teachers/qiuzy/c/key.htm -->
<HTML><HEAD><TITLE>C语言关键字</TITLE>
<META content="text/html; charset=gb2312" http-equiv=Content-Type>
<META content="Qiu Zongyan" name=Author>
<META content="Microsoft FrontPage 4.0" name=GENERATOR></HEAD>
<BODY aLink=#ff0000 bgColor=#cccccc link=#0000ee text=#000000 
vLink=#008040><B><FONT face=System,黑体>C</FONT><FONT 
face=宋体>关键字</FONT></B><b><font face="宋体">32个</font></b><FONT face=宋体>:</FONT> <BR>&nbsp; 
<TABLE border=1 borderColor=#000000 cellSpacing=2 width=636>
  <TBODY>
  <TR>
    <TD vAlign=top width="28%"><FONT face=Courier>auto</FONT></TD>
    <TD vAlign=top width="40%"><FONT face=Courier>break</FONT></TD>
    <TD vAlign=top width="31%"><FONT face=Courier>case</FONT></TD></TR>
  <TR>
    <TD vAlign=top width="28%"><FONT face=Courier>char</FONT></TD>
    <TD vAlign=top width="40%"><FONT face=Courier>const</FONT></TD>
    <TD vAlign=top width="31%"><FONT face=Courier>continue</FONT></TD></TR>
  <TR>
    <TD vAlign=top width="28%"><FONT face=Courier>default</FONT></TD>
    <TD vAlign=top width="40%"><FONT face=Courier>do</FONT></TD>
    <TD vAlign=top width="31%"><FONT face=Courier>double</FONT></TD></TR>
  <TR>
    <TD vAlign=top width="28%"><FONT face=Courier>else</FONT></TD>
    <TD vAlign=top width="40%"><FONT face=Courier>enum</FONT></TD>
    <TD vAlign=top width="31%"><FONT face=Courier>extern</FONT></TD></TR>
  <TR>
    <TD vAlign=top width="28%"><FONT face=Courier>float</FONT></TD>
    <TD vAlign=top width="40%"><FONT face=Courier>for</FONT></TD>
    <TD vAlign=top width="31%"><FONT face=Courier>goto</FONT></TD></TR>
  <TR>
    <TD vAlign=top width="28%"><FONT face=Courier>if</FONT></TD>
    <TD vAlign=top width="40%"><FONT face=Courier>int</FONT></TD>
    <TD vAlign=top width="31%"><FONT face=Courier>long</FONT></TD></TR>
  <TR>
    <TD vAlign=top width="28%"><FONT face=Courier>register</FONT></TD>
    <TD vAlign=top width="40%"><FONT face=Courier>return</FONT></TD>
    <TD vAlign=top width="31%"><FONT face=Courier>short</FONT></TD></TR>
  <TR>
    <TD vAlign=top width="28%"><FONT face=Courier>signed</FONT></TD>
    <TD vAlign=top width="40%"><FONT face=Courier>sizeof</FONT></TD>
    <TD vAlign=top width="31%"><FONT face=Courier>static</FONT></TD></TR>
  <TR>
    <TD vAlign=top width="28%"><FONT face=Courier>struct</FONT></TD>
    <TD vAlign=top width="40%"><FONT face=Courier>switch</FONT></TD>
    <TD vAlign=top width="31%"><FONT face=Courier>typedef</FONT></TD></TR>
  <TR>
    <TD vAlign=top width="28%"><FONT face=Courier>union</FONT></TD>
    <TD vAlign=top width="40%"><FONT face=Courier>unsigned</FONT></TD>
    <TD vAlign=top width="31%"><FONT face=Courier>void</FONT></TD></TR>
  <TR>
    <TD vAlign=top width="28%"><FONT face=Courier>volatile</FONT></TD>
    <TD vAlign=top width="40%"><FONT face=Courier>while</FONT></TD>
    <TD vAlign=top width="31%"><FONT 
face=System,黑体> </FONT></TD></TR></TBODY></TABLE>
<P><FONT face=宋体>注:关键字</FONT><FONT face=Courier>auto</FONT><FONT 
face=宋体>用于说明自动变量,通常不用;</FONT><FONT face=Courier>volatile</FONT><FONT 
face=宋体>(易变的)表示该变量不经过赋值,其值也可能被改变(例如表示时钟的变量、表示通信端口的变量等)。</FONT> <BR>&nbsp; 
</P></BODY></HTML>

⌨️ 快捷键说明

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